Other Parts Discussed in Thread: MSP430F435, CSD
Hi i try a small application with C mixed assembly in CCE. There is no errors but in Link phase.
following is error message.
'Invoking: MSP430 Linker v3.0'
"C:/Program Files/Texas Instruments/CC Essentials v3.1/tools/compiler/MSP430/bin/cl430" -z "./csd_mul_float.obj" "./horner_mul_float.obj" "./multiply_float.obj" --reread_libs --warn_sections --search_path="C:/Program Files/Texas Instruments/CC Essentials v3.1/tools/compiler/MSP430/lib" --search_path="C:/Program Files/Texas Instruments/CC Essentials v3.1/tools/compiler/MSP430/include" --library=../lnk_msp430f435.cmd --library="rts430.lib" --rom_model --heap_size=80 --stack_size=80 -o "EfficientCalc.out"
<Linking>
"../lnk_msp430f435.cmd", line 262: error: run placement fails for object
".bss"
what could be the possible problems for my application?
Thanks in advanced
Kebin