Hi, I'm just starting to work with 6418EVM and also starting to work with CCS 5.2. I have no previous experience of CCS. I need to import to ccs5 the EVM6418 examples in the Spectrum Digital site, to check the board. I use the Legacy CCSv3.3 import option and this doesn't work.
In the migration log I have these warnings that i can solve by removing the -ml3 compile option in the original pjt file:
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Debug.1702011948' [Thu Oct 04 13:08:40 CEST 2012] !TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.compilerDebug.320281555' !WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.compilerDebug.320281555::-ml3 !CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Release.94709594' [Thu Oct 04 13:08:40 CEST 2012] !TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.compilerRelease.1358856819' !WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_7.3.exe.compilerRelease.1358856819::-ml3
But the real problem is that the debug build does nothing, and the release build don't work because of this error:
--preproc_with_compile --preproc_dependency="ledprd.pp" "../ledprd.c" "../ledprd.c", line 36: fatal error #5: could not open source file "ledprdcfg.h"
As far as I understand now the .cmd file should have been invoked to create the missing header file and other files but this doesn't happen.
I searched around but I'm really not able to understand where is the problem and if similar to this one have been reported.
Could anyone address me about this?
Thank You very much.
Alberto