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.

error #10099-D from CC3000 FRAM Sensor Application

Other Parts Discussed in Thread: MSP430FR5739

Hi , 

I just downloaded the CC3000 FRAM Sensor Application 1.0.10 and CCS 5.2 ( compiler is 4.1.2).

I imported the project directly from folder  \ti\CC3000FRAMSensorApp\CC3000_FRAM_Applications\Source\CCS and tried to recompile it. but there is #10099-D error,

===========================

<Linking>
"../lnk_msp430fr5739.cmd", line 171: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".int40" size
0x4 . Available memory ranges:
INT40 size: 0x2 unused: 0x2 max hole: 0x2
"../lnk_msp430fr5739.cmd", line 190: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".int59" size
0x4 . Available memory ranges:
INT59 size: 0x2 unused: 0x2 max hole: 0x2
error #10010: errors encountered during linking; "SensorApplication.out" not
built

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

=======================

I googled but found no solution ; ( 

Any help is appreciated.

Vincent