Following a hardware failure I have had to reinstall CCS V5.
When I try to compile a program, I get the following errors for all the libraries (just one shown here):
warning: automatic library build: using library
"C:\ti\ccsv5\tools\compiler\c6000_7.4.4\lib\rts6700.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: Do not specify -j or --jobs if sh.exe is not available.
gmake.exe: Resetting make for single job mode.
error: function _sin in file sin.c : invalid instruction schedule generated;
try reducing speed optimization levels
error: function _tanh in file tanh.c : invalid instruction schedule generated;
try reducing speed optimization levels
The filename, directory name, or volume label syntax is incorrect.
gmake.exe: *** [library] Error 1
>> ERROR: mklib: gmake error during rts6700.lib build
I have checked that sh.exe is there and works.
How do I fix this?