I am trying to compile a demo using Bluetopia's Bluetooth stack. I've created a project that links to the necessary files and libraries, however, I keep getting the following linker error:
error #10056: symbol "__TI_int46" redefined: first defined in "./Bluetopia/hcitrans/HCITRANS.obj"; redefined in "./Hardware/MSP430_EXP5438/HAL.obj"
I have no idea what the __TI_int46 symbol is.
I am using CCS v5.5.0 and MSP430 compiler version TI v4.2.4.
Could this be related to the library files I have linked to?