Hi,
I am trying to compile CC2564 Audio_SNK source code using CCS 6.1.3, get the below error
"../lnk_msp430f5438a.cmd", line 127: warning #10424-D: Linker command file has
no sections of type=VECT_INIT, but does contain .intXX sections. This file
may be out of date. Generating interrupt pointers for all .intXX sections.
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
("C:/ti/Connectivity/CC256X BT/CC256x MSP430 Bluetopia SDK/v1.5
R2/MSP430_Experimentor/Bluetopia/lib/CCS/LargeMTU/coffabi/libBluetopia.a<BSC
.obj>" = TI-COFF, "./A3DPDemo_SNK.obj" = ELF)
>> Compilation failure
makefile:146: recipe for target 'A3DPDemo_SNK.out' failed
gmake: *** [A3DPDemo_SNK.out] Error 1
gmake: Target 'all' not remade because of errors.
Below are tweaks i tried by reading various forums
1. Tried the below soltuions from TI forum
*Dest++ = _data20_read_char((*Source)++);
to
*Dest++ = __data20_read_char((*Source)++); and try
2. Copied old linker file from below link
e2e.ti.com/.../475582
3. Upgraded to 90-day evlation license
Nothing seems to solve the issue. Please help me to proceed further
-Prashanth


