Possibly since the installation of CCS5.1.08020 in parallel to CCS5.1.05000 (which worked well so far) I have the following problem:
Even after complete deinstallation and new installation of all CCS related software, even with the most simple hello world program I get this error when issuing a post build command:
D:/Program Files (x86)/Texas Instruments/CCS5.1.0.05000/ccsv5/utils/gmake/gmake --no-print-directory post-build
process_begin: CreateProcess(D:\Program, D:/Program Files (x86)/Texas Instruments/CCS5.1.0.05000/ccsv5/utils/gmake/gmake --no-print-directory post-build, ...) failed.
make (e=193): Error 193
gmake: *** [test2.out] Error 193
gmake: Target `all' not remade because of errors.
It is absolutely unclear to me what could cause this. Similar threads identified certain gmake versions as cause of the problem, but those work fine on a parallel PC.
It looks as if the makefile used for the post-build target is the problem. Where can I find that?
Other point: obviously there is a problem with spaces in the path names (see that broken D:\Program, D:/Program Files ..). What can cause this?
Any help is more than welcome as our complete build server is blocked.