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.

CCS v4.0.2 msp430f5435 - relocation issue

Other Parts Discussed in Thread: MSP430F5435

Hi Guys can anyone out there help me with this one please?

I'm using the CCS v4.0.2.01003 with the msp430f5435.

I'm getting lots of the following warnings from my compiler (v3.2.1)/linker e.g.

relocation from function "WIFI_CmdMode" to symbol "$C$SL13" overflowed; the 17-bit relocated address 0x10074 is too large to encode in the 16-bit field (type = 'R_MSP_REL16' (161), file = "./source/WiFi/wifi.obj", offset = 0x00000026, section = ".text:WIFI_CmdMode")

They are preventing the build from being downloaded on to the device - all are related to text strings.
I believe the issue is that I need to relocate the text strings in Flash2 - but using rts430x.lib (16-bit addressing?) I don't know how to access the strings at runtime (20-bit addressing?).
Can anyone point me at a user guide on how to do this in CCSv4 in the C code?
(I have tried all the other rts430*.libs - but none compile successfully - thus I'm assuming I need to specify in the code how and where to access the text strings)
(The map file has been uploaded to my profile).
Thanks in advance,
Sud.