This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSV6 training:

Other Parts Discussed in Thread: MSP430FR5969, MSP430WARE

Hi. I am new to CCSV6; while I was using the example project; I imported the module successfully. But when I build the imported project; I got the following error message; 


**** Build of configuration Debug for project uartecho_MSP430FR5969 ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: uartecho_MSP430FR5969.out'
'Invoking: MSP430 Linker'
"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/bin/cl430" -vmspx --abi=eabi --advice:power=all -g --define=__MSP430FR5969__ --define=MSP430WARE --define=ccs --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal -z -m"uartecho_MSP430FR5969.map" --heap_size=160 --stack_size=160 --use_hw_mpy=F5 --cinit_hold_wdt=on -i"c:/ti/ccsv6/ccs_base/msp430/include" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/lib" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/include" -i"c:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"c:/ti/ccsv6/ccs_base/msp430/lib/FR59xx" --reread_libs --priority --warn_sections --display_error_number --diag_wrap=off --xml_link_info="uartecho_MSP430FR5969_linkInfo.xml" --rom_model -o "uartecho_MSP430FR5969.out" -l"./configPkg/linker.cmd" "./uartecho.obj" "./MSP_EXP430FR5969LP.obj" "../MSP_EXP430FR5969LP.cmd" -l"libc.a" -l"libmath.a" -l"c:/ti/tirtos_msp430_2_00_02_36/products/MSP430Ware_1_80_01_03a/driverlib/ccs-MSP430FR5969/ccs-MSP430FR5969.lib"
<Linking>
remark #10372-D: (ULP 4.1) Detected uninitialized Port A in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
error #10269: output file "uartecho_MSP430FR5969.out" exceeds code size limit
remark #10372-D: (ULP 4.1) Detected uninitialized Port B in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
error #10010: errors encountered during linking; "uartecho_MSP430FR5969.out" not built

>> Compilation failure
gmake: *** [uartecho_MSP430FR5969.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

Please advice me. Harindra

**Attention** This is a public forum