CCS newbie here.
Got 2 errors while building the migrated CCS4 projects ( from old CCS v3.3 DM6437 project).
1) > ERROR: Cannot open command file '.../xdcconfig/compiler.opt': Invalid argument
There is a "xdcconfig" folder in the old project but not in the migrated project folder. The files in " xdcconfig" were generated by CCS V3.3, am I right? The above "compiler.opt" file is invoked by the ".opt" files in the "Debug" folder.
2) ".../project/src/video_preview.c", line 23: fatal error: could not open source file "ti/sdo/ce/CERuntime.h"
I already included the searching path of the above file, but still got the this error.
Appreciate your help!