I am having the same problem with new MSP-EXP430F5438 board and latest version of ccs
Version: 6.0.1.00040 and MSP-EXP430F5438_User_Experience_16KB program downloaded via "Getting Started" option in CCS.
Below is console output:
**** Build of configuration Debug for project MSP-EXP430F5438_User_Experience_16KB ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: MSP-EXP430F5438UserExperience.out'
'Invoking: MSP430 Linker'
"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/bin/cl430" -vmspx --code_model=large -O2 --opt_for_speed=5 -g --define=__MSP430F5438A__ --diag_warning=225 --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z --stack_size=160 -m"MSP-EXP430F5438UserExperience.map" --heap_size=160 --use_hw_mpy=F5 -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/lib" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/include" -i"c:/ti/ccsv6/ccs_base/msp430/include" -i"c:/ti/ccsv6/msp430/include" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/lib" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/include" -i"C:/Users/Frank/workspace_v6_0/MSP-EXP430F5438_User_Experience_16KB" --reread_libs --warn_sections --xml_link_info="link_details.xml" --rom_model -o "MSP-EXP430F5438UserExperience.out" "./main.obj" "./system_pre_init.obj" "./UserExperienceDemo/5xx_ACTIVE_test.obj" "./UserExperienceDemo/FFT.obj" "./UserExperienceDemo/FFT_430.obj" "./UserExperienceDemo/LPM.obj" "./UserExperienceDemo/PMM.obj" "./UserExperienceDemo/PowerTest.obj" "./UserExperienceDemo/UserExperienceGraphics.obj" "./UserExperienceDemo/UserExperience_F5438A.obj" "./UserExperienceDemo/adcTemp.obj" "./UserExperienceDemo/audio.obj" "./UserExperienceDemo/balanceBall.obj" "./UserExperienceDemo/clock.obj" "./UserExperienceDemo/flashUtils.obj" "./UserExperienceDemo/menuSetting.obj" "./UserExperienceDemo/usbTest.obj" "./MSP-EXP430F5438_HAL/hal_adc.obj" "./MSP-EXP430F5438_HAL/hal_board.obj" "./MSP-EXP430F5438_HAL/hal_buttons.obj" "./MSP-EXP430F5438_HAL/hal_lcd.obj" "./MSP-EXP430F5438_HAL/hal_lcd_fonts.obj" "./MSP-EXP430F5438_HAL/hal_rf.obj" "./MSP-EXP430F5438_HAL/hal_rtc.obj" "./MSP-EXP430F5438_HAL/hal_usb.obj" "./F5xx_F6xx_Core_Lib/HAL_FLASH.obj" "./F5xx_F6xx_Core_Lib/HAL_PMAP.obj" "./F5xx_F6xx_Core_Lib/HAL_PMM.obj" "./F5xx_F6xx_Core_Lib/HAL_TLV.obj" "./F5xx_F6xx_Core_Lib/HAL_UCS.obj" "../MSP-EXP430F5438_User_Experience_Lib.lib" "../lnk_msp430f5438a_mod.cmd" -l"libc.a" -lMSP-EXP430F5438_User_Experience_Lib.lib
<Linking>
"../lnk_msp430f5438a_mod.cmd", line 139: warning #10424-D: Linker command file
has no sections of type=VECT_INIT, but does contain .intXX sections. This
file may be out of date. Generating interrupt pointers for all .intXX
sections. The default handler provided in the RTS will be used if no other
handler is found. It is recommend that you update your linker command file
to the latest version.
error #10269: output file "MSP-EXP430F5438UserExperience.out" exceeds code size
>> Compilation failure
limit
error #10010: errors encountered during linking;
"MSP-EXP430F5438UserExperience.out" not built
gmake: *** [MSP-EXP430F5438UserExperience.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Thanks for any help you can provide.
Frank T