I am trying to compile a sample app, SPPDemo in this case, but am encountering errors during linking. Since the bluetooth stack sample apps do not come with a build profile for the MSP-EXP430F5529, I created a new profile and changed the processor and hardware include paths to the appropriate values:
- General->Processor Variant=MSP430F5529
- General->Compiler version=TI v4.4.7
- Build->MSP430 Compiler->Include Options->Search Path: changed the HW path to "${ProjDirPath}/../../../../Hardware/MSP430_EXP5529"
Here are the errors I'm running into:
<Linking>
warning #10204-D: could not resolve index library "libmath.a" to a compatible
library
warning #10247-D: creating output section ".patch" without a SECTIONS
specification
"../lnk_msp430f5529.cmd", line 146: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".text" size
0x17b62 . Available memory ranges:
FLASH size: 0xbb80 unused: 0x97c6 max hole: 0x97c6
undefined first referenced
>> Compilation failure
symbol in file
--------- ----------------
_data20_read_char ./BTPSVEND.obj
error #10234-D: unresolved symbols remain
Any suggestions?