Hello,
I am using Code Composer Studio v.4 to build one of the example projects on the Development Kit.
I am working on Demo 3 of the ANT TI EZ430 USB Reference Design.
When I compile my project on CCStudio, it gives me the error:
Linking failed. Check the Console window for details. Demo 3 Unknown 1272408596987 524
and the console window shows:
Instruments/ccsv4/tools/compiler/msp430/bin/cl430" --silicon_version=msp -g --include_path="C:/Program Files/Texas Instruments/ccsv4/msp430/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/include" --diag_warning=225 --sat_reassoc=off --fp_reassoc=off --plain_char=unsigned --printf_support=minimal --preproc_with_compile --preproc_dependency="BitSyncSerial.pp" "../BitSyncSerial.c"
"C:\\DOCUME~1\\Customer\\LOCALS~1\\Temp\\0750411", ERROR! at line 751:
[E0300]
Symbol nop has already been defined
OR.B #32,&P1OUT;+0 ; [] |244|
"C:\\DOCUME~1\\Customer\\LOCALS~1\\Temp\\0750411", ERROR! at line 751:
[E0300]
Symbol nop has already been defined
OR.B #32,&P1OUT;+0 ; [] |244|
"C:\\DOCUME~1\\Customer\\LOCALS~1\\Temp\\0750411", ERROR! at line 751:
[E0300]
Symbol nop has already been defined
OR.B #32,&P1OUT;+0 ; [] |244| ........
and it keeps going like that.
Could anyone give me a hand with this issue?
Thanks!