Hi
I'm having a strange issue compiling my C66 application in CCS 5.0.3 with -pm flag:
After performing the RTSC stage on the cfg file, the compiler starts to compile my cpp (C++) files, and for some reason decides to compile the .cfg file as a C file as well !
Obviously, it generates errors on most lines of the cfg file ...
Looking in the Debug/Release folder, the ccsCompiler.opt file includes the cfg file in the list of files to compile ...
How can I overcome this?
Thanks
Ran