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.

Can't compile program on CCS-V4

Hi everyone,

I've recently downloaded CCS V4.2.x for 30-days evaluation and getting problem on compiling any C-program either it for MSP430 or C5000.

I am trying with msp430 launch pad with G2231chip installed and created a sample project step by step and configured the target for G2231.

But when I try to build the project by Project ->Build active project  or Project ->build All , getting errors as follows:

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
process_easy: DuplicateHandle(In) failed (e=6)
process_easy() failed to launch process (e=6)
C:\DOCUME~1\AROY~1\LOCALS~1\Temp\make1740-1.bat
Counted 1 args in failed launch
gmake: Target `all' not remade because of errors.
Build complete for project Test17_1

My program code is a simple example program for G22xx.

Please help me any one where I am wrong. I have already passed 10-days of evaluation version.

My operating system is windows-xp.