This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I tried to upgrade to the latest 5.3 compiler. I kept getting a strange error so I downgraded to 5.2 and am getting the same error. I was originally on 5.1 and uninstalled it along with an old copy of 4.x. When I go to compile and existing project of mine I get the following when compiling. This error is the same in both 5.2 and 5.3
<Linking>
warning: automatic library build: using library
"C:\TI_CCSV5\ccsv5\tools\compiler\tms470_4.9.5\lib\rtsv7A8_A_le_eabi.lib"
for the first time, so it must be built. This may take a few minutes.
'[' is not recognized as an internal or external command,
operable program or batch file.
'[' is not recognized as an internal or external command,
operable program or batch file.
gmake.exe[1]: Do not specify -j or --jobs if sh.exe is not available.
gmake.exe[1]: Resetting make for single job mode.
'cl470' is not recognized as an internal or external command,
operable program or batch file.
gmake.exe[1]: *** [c:/docume~1/kozlowwl/locals~1/temp/ti1400~1/obj/decode.obj] Error 1
'cl470' is not recognized as an internal or external command,
operable program or batch file.
The library build process requires a compatible gmake.exe and sh.exe to be in the path. These are the sorts of error messages you'll get if an incompatible version of gmake is used. Before we try to figure that out, I suspect that you have leftover bits of CCS 5.1 interfering with the CCS 5.2 and 5.3 build. Do you have any projects which you build with CCS 5.1 and are now trying to build with CCS 5.3? Please try creating a fresh project in CCS 5.3 which uses same options.
Are you sure you get this exact error message when using CCS 5.3? My copy of CCS 5.3 comes with ARM compiler (aka TMS470 compiler) version 5.0.1, not 4.9.5, as shown in the message.
Do you have any Cywgin utilities installed outside of CCS?
What is the value of the PATH environment variable?
I have just uninstalled xdctools 3.1 and the library is now building.
Thanks,
Bill