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.

cc3100 with msp430F5529 exceeds code size limit error

Other Parts Discussed in Thread: MSP430F5529, CC3100, CCSTUDIO

am using cc3100 with msp430F5529.I am trying getwether example ,i got 2 errors-

1.Description    Resource    Path    Location    Type
#10010 errors encountered during linking; "get_weather.out" not built    get_weather             C/C++ Problem


2.Description    Resource    Path    Location    Type
<a href="file:/C:/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.errorparser_6.0.0.201406261800/resources/dmed/HTML/10269.html">#10269</a>  output file "get_weather.out" exceeds code size limit    get_weather             C/C++ Problem



my build file is below:


**** Build of configuration Debug for project get_weather ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: get_weather.out'
'Invoking: MSP430 Linker'
"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/bin/cl430" -vmspx --abi=coffabi --code_model=small -Ooff -g --define=__CCS__ --define=__MSP430F5529__ --define=_USE_CLI_ --diag_warning=225 --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"get_weather.map" --heap_size=0 --stack_size=500 --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.3/lib" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/include" -i"c:/ti/ccsv6/ccs_base/msp430/lib" -i"c:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" --reread_libs --warn_sections --display_error_number --xml_link_info="get_weather_linkInfo.xml" --rom_model -o "get_weather.out"  "./main.obj" "./spi/spi.obj" "./simplelink/source/device.obj" "./simplelink/source/driver.obj" "./simplelink/source/flowcont.obj" "./simplelink/source/fs.obj" "./simplelink/source/netapp.obj" "./simplelink/source/netcfg.obj" "./simplelink/source/nonos.obj" "./simplelink/source/socket.obj" "./simplelink/source/spawn.obj" "./simplelink/source/wlan.obj" "./cli_uart/cli_uart.obj" "./board/board.obj" "../lnk_msp430f5529.cmd" -l"libc.a"
<Linking>
error #10269: output file "get_weather.out" exceeds code size limit
error #10010: errors encountered during linking; "get_weather.out" not built

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

**** Build Finished ****

PLEASE HELP ME....................................

Thank you so much :)

**Attention** This is a public forum