Hi everybody, I use Keil uvision 5.10.0.0 and ARMCC as compiler. I have been given a libmain.h and library.a compiled with Cross-studio for ARM (gcc-arm-unknown-elf) for Cortex M3 ARMv7M, FP soft, FPU none. Is it possibile to use such files in my development environment? In case it is, what am I supposed to do? Thank you Emmanuela
Hi Pier, thank you for your answer.
I cannot obtain the source code or a library built using ARMCC. Using library.a is my only solution.
I've tried to compile using gcc but I get the following error message:
Library.a has EABI version 0, but target has EABI version 5
Furthermore I'd rather not use gcc as I need Keil ARMCC for other purposes in my project.