Hey guys, I wanna use ATBTLC1000 example project code in keil. I am unable to use .a files of Bluetooth SDK in keil but anyhow Atmel Studio uses it ? How can I use em in Keil ? Please help.
Last Edited: Wed. Feb 24, 2016 - 01:22 PM
Hey guys, I wanna use ATBTLC1000 example project code in keil. I am unable to use .a files of Bluetooth SDK in keil but anyhow Atmel Studio uses it ? How can I use em in Keil ? Please help.
I've moved this thread to an ARm forum (you wrongly posted in AVR).
Anyway the Studio compiler for ARM is the ARM version of GCC so any pre-built .a files are going to be in GCC ELF format. I doubt there's any possibility of linking that with Keil code. Is the BT .a only available in binary format or can it be built from source?
I think it's in binary format.