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.

error building application with C++ compiler in CCS v.4

I have recently downloaded CCS v.4 (the free version) and I have followed the procedure to construct and build the hello world as specified in the getting started section of the CCS.

When I try to build the project I get the following error, however, I tried to build it from the command line and it builds fine! Has anyone seen this before?

 

///////////////////////////////////////////////CCS Error/////////////////////////////////////////////////////////////////////////////////////////////////////////

Putting child 0x008e5498 (mymain.obj) PID 9332528 on the chain.
Live child 0x008e5498 (mymain.obj) PID 9332528
Main thread handle = 0x000007c0
Reaping losing child 0x008e5498 PID 9332528
Cleaning up temp batch file C:\DOCUME~1\MYTEST~1.ISD\LOCALS~1\Temp\make3604-1.bat
gmake: *** [mymain.obj] Error 1
Removing child 0x008e5498 PID 9332528 from chain.
  Failed to remake target file `mymain.obj'.
gmake: Target `all' not remade because of errors.
  Finished prerequisites of target file `MYTEST_HELLO1.out'.
 Giving up on target file `MYTEST_HELLO1.out'.
 Finished prerequisites of target file `all'.
Giving up on target file `all'.
Build complete for project MYTEST_HELLO1

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////