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.
Tool/software: Code Composer Studio
I am currently using the CCS v7.3 and using the MSP430 Launchpad with MSP430G2553.
The issue I'm running into is when trying to compile the example code for blinking an LED, it is giving me the following error:
**** Build of configuration Debug for project Lab3 **** "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O subdir_rules.mk:9: recipe for target 'main.obj' failed gmake: *** [main.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
The information in subdir_rules is the following, I have highlighted line 9
SHELL = cmd.exe
# Each subdirectory must supply rules for building sources it contributes
main.obj: ../main.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/bin/cl430" -vmsp --use_hw_mpy=none --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/MSP430_Launchpad/Labs/Lab3/Project" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include" --advice:power=all --define=__MSP430G2553__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="main.d_raw" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
A bit of background - I had CCS v5 from 2013 and had no issue with running some projects back then.
I installed CCS v7 into my D Drive first which is also where v5 used to exist but I had forgotten. So thinking this was causing an issue I went to the Windows Installers section in Control Panel, uninstalled CCS v7.
Manually deleted CCS v5 related files in D Drive and then re-installed CCS v7 into the default path of the C drive, but it appears to make no difference.
Any ideas?
This problem was caused by internet security/anti-virus. I had to disable mine because it was blocking the make file.
Hey John,
I didn't look at in-depth, but when I tried to add an exception it didn't really work because the makeXXXX-X.bat file has numbers which change all the time so Comodo thinks it's a different file/application.
I will look into it a bit further to see if the exclusion list is more customisable, but at the moment I'm just disabling it for 60 minutes at a time. Doesn't really bother me.