When specifying the large data and code model in the project compiler settings (I'm targeting a MSP4305438A), the linker produces an error:
>> Compilation failure
undefined first referenced
symbol in file
--------- ----------------
__TI_decompress_none
__TI_decompress_rle24
error #10234-D: unresolved symbols remain
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "msp430x54xA_UCS_2.out" not
built
gmake: *** [msp430x54xA_UCS_2.out] Error 1
gmake: Target `all' not remade because of errors.
What do i need to do to make this go away. Am I missing a library somewhere?
Thanks,
Stuart