Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Linking Problem

Rank

Total Posts: 1

Joined 2009-12-05

PM

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!      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Hi Alfredo,

The ANT TI EZ430 USB Reference Design code that is available on the DevZone was designed for IAR Embedded Workbench Kickstart. It will probably require some modifications to work on Code Composer.