Hi,
I am using CC2564 with Bluetopia SPP Demo.
I am trying to use location pragma (#pragma location = 0xxxx) for the functions, and i am getting the following warning
#1513-D The location pragma requires EABI
If i select EABI mode from the project properties, it is giving the following error
Compilation failure
The default handler provided in the RTS will be used if no other handler is
found. It is recommend that you update your linker command file to the
latest version.
fatal error #16000: object files have incompatible formats
"E:/../v1.5R2/MSP430_Experimentor/Bluetopia/lib/CCS/DefaultMTU/coffabi/libBlu
etopia.a<BSC.obj>" = TI-COFF, "./BTPSKRNL.obj" = ELF)
*** [SPPDemo.out] Error 1
How resolve this error?
Thanks
Arun