This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Are KEIL tool chains compatible with arm-none-eabi-gcc

Does KEIL use the open source tool chain such as arm-none-eabi-gcc or does it use its own custom toolchain?
The reason I ask is we develop our libraries for the STM32F0 device but our libraries have to work with a different environment which uses open source arm-none-eabi-gcc.

So when I compile our libraries in KEIL, will it be compatible with an Eclipse based that uses arm-none-eabi-gcc? Can the .lib file from KEIL be understood by the arm-none-eabi-gcc toolchains?

Thanks.