Hello,
I am trying to compile the SPPLEDemo using MSPGCC and Cygwin, but I have a problem with the library archives. The archive, libBluetopia.a, for instance, contains object files which contain needed references to various function calls. The object files in this archive are of the .obj format, and I believe MSPGCC requires them to be in the .o format. The first is used by Windows and the latter for Unix.
When linking the target output file, SPP.elf, the compiler gives the error, "/ti/Connectivity/.../lib/CCS/libBluetopia.a: could not read symbols: File format not recognized".
So then I checked the contents of libBluetopia.a, and it contains: BCSP.obj, BSC.obj, HCIComm.obj, HCIDRV.obj,UnrestrictedCert.obj
The object files compiled before GCC failed are: Main.o, SPPLEDEMO.o, BTPSKRNL.o, EHCILL.o, HAL.o, HCITRANS.o, and sprintf.o
I do not have the source code for the object files in the archive libBluetopia.a, so I cannot compile the .o files myself.
There are other archives that my code uses also: libSS1BTGAP.a and libSS1BTGAT.a
There may be more than I need as well, but at this point I do not know.
Can anyone provide the source code for the Bluetopia CC256x SDK libraries or at least the corresponding archives with '.o' object files?
Thank You