Hi
I have a large program which was ported from Dsp/Bios to sysbios.
When I run the program, even in the start of the main I get the following:
ROV failed to start, ROV failed to initialize for an unknown reason. Issues with the package path are the most common cause.
When I remove most of the code, and run the application, the ROV starts fine. As I add more and more code the time it takes to start is longer and longer.
At some point it takes so long that the CCS gets stuck and all i can do is close it.
When a lot of the code is in I get the error almost immediately.
So I wasn't able to pinpoint which code causes the problem or if it is just the size of the code.
My configuration is as follows:
CCS - Version: 6.0.1.00040
Compiler version 7.4.8
Varient : Generic C66xx Device
XDC: 3.30.3.47_core
Keystone2 PDK - 3.0.4.18
NDK 2.22.2.16
SYS/BIOS - 6.40.2.27
Any ideas on how to overcome this?
Shiran