Part Number: AM3359
Tool/software: Code Composer Studio
I am debugging a program I have built with external makefiles in CCS 10.
The ROV view connects to the debugger, but most of the modules are missing (like Task). I have a few: Diags, Loggerbuf, Monitor, Registry, Startup, SysMin and System.
According to https://processors.wiki.ti.com/index.php/Runtime_Object_View_(ROV):
NOTE
ROV finds the list of modules by examining the .rov.xs file on the host. When you build a TI-RTOS application, this file is generated automatically in a subdirectory of the application's configuration project tree. If you specified a path to the executable when connecting to ROV (rather than using the program currently being debugged in CCS), ROV looks for the .rov.xs file in the same directory that contains the executable and in the configPkg/package/cfg subdirectory.
I have copied the .rov.xs file created by my build system (both to the same dir, and also copied the entire configPkg directory) and it doesn't seem to do anything.
How can you load a .rov.xs file into ROV?

