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.

StarterWare CCS Project not building in CCSv5.

Hello,

I am trying to build a StarterWare application using CCSv5. The CCS version I am using is Version: 5.1.1.00031. The build completes with errors.

The build log is given below.

**** Build of configuration Debug for project dmtimerCounter ****

E:\Program Files\Texas Instruments\ccsv5\CCS5.1.1.00031\ccsv5\utils\bin\gmake -k -j 2 -s all

'Building file: F:/StarterWare Releases/AM335x_StarterWare_02_00_00_07_01_Aug_12/examples/evmAM335x/dmtimer/dmtimerCounter.c'

'Invoking: TMS470 Compiler'

'Finished building: F:/StarterWare Releases/AM335x_StarterWare_02_00_00_07_01_Aug_12/examples/evmAM335x/dmtimer/dmtimerCounter.c'

' '

'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/dmtimer/dmtimerCounter.out'

'Invoking: TMS470 Linker'

<Linking>

'Finished building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/dmtimer/dmtimerCounter.out'

' 'process_begin: CreateProcess(E:\Program, E:/Program Files/Texas Instruments/ccsv5/CCS5.1.1.00031/ccsv5/utils/bin/gmake --no-print-directory post-build, ...) failed.

make (e=193): Error 193

gmake:***[../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/dmtimer/dmtimerCounter.out] Error 193

gmake: Target `all' not remade because of errors.

**** Build Finished ****

As it is observed, the compiling and linking happens successfully. However there is a problem with the function call CreateProcess which happens to be a CCS function.

The first parameter to this function is a path which seems to be cut short because there is a space after 'Program'. Could this be the issue? However previously I had installed CCS in locations which had spaces in the path names. This project has a post-build step which converts the generated '.out' file to a '.bin' file.

I request any one of you to suggest me as to what is going wrong.

Thanks for your effort in advance.

Thanks and Regards.

Gurudutt.