Hi,
I am using CCS v5.3 and writing firmware for a Bluetooth device that is using SS1 Bluetopia.
I am trying to create my own CCS project, essentially copying the Bluetopia SPPDemo project, so that I will have my own project to make changes to. I have all of the files included and I copied every setting that I saw under the SPPDemo project so that my project is identical. My code won't build and it gives me error #17003-D, which states:
"warning #17003-D: relocation to symbol "_main" overflowed; the 18-bit relocated address 0x23a21 is too large to encode in the 16-bit field (type = 'R_RELWORD' (16), file = "x.obj", offset = 0x00000000, section = ".data")"
I do not understand this error at all but I think that it has to do with the MSP430F5438a cpu expecting 16-bit address but the symbols in the .obj files in the libBluetopia.a library are giving 18-bit addresses.
There must be a setting in the properties menu that I can use to fix this... Can anyone help me here?