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.

CODECOMPOSER: Trouble compiling code on a new laptop

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: UNIFLASH, MSP430WARE

Tool/software:

Hi, 

I am having an error when i try to build the program similar to below. I have tried. 

1. Removing and trying different versions of CCS with different components installed 

2. Adding the gmake path environment variable priority higher

3. Removing and adding back driverlib etc., 

4. Installing other tools such as MSP430Ware and Uniflash 

5. Uninstalled cygwin and other items that had a gmake executable

I have had a hard time getting the build and the last item i suspect is the Symantec Endpoint Antivirus Program. Anything else i am missing?

thanks, 

Gautham 

**** Build of configuration Debug for project C6_SendDataBackground ****

"C:\\ti\\ccs1280\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

Building file: "../hal.c"
subdir_rules.mk:9: recipe for target 'hal.obj' failed
The system cannot find the path specified.
gmake: *** [hal.obj] Error 1
Building file: "../main.c"
subdir_rules.mk:9: recipe for target 'main.obj' failed
The system cannot find the path specified.
gmake: *** [main.obj] Error 1
Building file: "../system_pre_init.c"
subdir_rules.mk:9: recipe for target 'system_pre_init.obj' failed
The system cannot find the path specified.