I just installed code composer 3.3 on our lab computer. I then installed the DM642 DSK stuff on it. I can connect to the board, but when I try to compile I get
Build error: cannot run C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf.
[led.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"C:/CCStudio_v3.3/boards/evmdm642/examples/bsl/led/Debug" -i"." -i"C:/CCStudio_v3.3/boards/evmdm642/include" -i"C:/CCStudio_v3.3/boards/evmdm642/csl/include" -d"_DEBUG" -ml3 -mv6400 -@"Debug.lkf" "led.c"
"led.c", line 27: fatal error: could not open source file "ledcfg.h"
1 fatal error detected in the compilation of "led.c".
What is missing?
Also if I open an example project it tries to convert to TCF and it fails and gives an error. I'm assuming these 2 things are related, but how do I fix it?
Ringo