Hi,
I just wanted to make a small test of my newly arrived MSP-TS430PN80USB target board. I took MSP430F552x_UCS_01.c (Software Toggle P1.1 at Default DCO) from slac300.zip as a starting point, set up my project, added the file and hit REBUILD ALL.
To my surprise I got this:
**** Build of configuration Debug for project F5529 Test ****
C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../LED_Flashing_main.c'
'Invoking: MSP430 Compiler'
"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" --silicon_version=mspx --large_memory_model -g --include_path="C:/Programme/Texas Instruments/ccsv4/msp430/include" --include_path="C:/Programme/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="LED_Flashing_main.pp" "../LED_Flashing_main.c"
'Finished building: ../LED_Flashing_main.c'
' '
'Building target: F5529Test.out'
'Invoking: MSP430 Linker'
"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" -z -m"F5529Test.map" --stack_size=160 --heap_size=160 --use_hw_mpy=F5 --warn_sections -i"C:/Programme/Texas Instruments/ccsv4/msp430/include" -i"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/lib" -i"C:/Programme/Texas Instruments/ccsv4/tools/compiler/msp430/include" --reread_libs --rom_model -o "F5529Test.out" "./LED_Flashing_main.obj" -l"rts430x.lib" "../lnk_msp430f5529.cmd"
<Linking>
fatal error: file "C:/Programme/Texas
>> Compilation failure
Instruments/ccsv4/tools/compiler/msp430/lib/rts430x.lib<boot.obj>" specifies
small data memory model, which is not compatible with large data memory
model specified in a previous file or on the command line
C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake: *** [F5529Test.out] Error 1
C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project F5529 Test
Pls explain what the problem with this .lib is, or tell me what I'm doing wrong.
Rgds
aBUGSworstnightmare