• How to convert an Eclipse IDE project with a makefile to IAR workbench project
    Hi., I have a project of C/C++ in eclipse IDE with a make file containing toolchain arm-none-eabi and mingw compiler. I want to use the same project in IAR workbench. But there is not makefile in...
  • Import Folder Structure to Keil µVision
    Hej all, I have a quite large project that I want to import to µVision. There is no project file, because the developers compile and so with a python script.... So I have a lot of .c .h files...
  • Versions of libraries used in armclang
    Hello, due to our software process we need to know which library versions are Included in ARMClang 6.10 Due to Arm® Compiler armclang Reference Guide ( https://developer.arm.com/docs/100067/0610 ...
  • Combining C and C++ libraries
    I'm a novice with STM32 and Keil. I'd like to use a BMP280 C library and a RFM69 C++ library. I wasn't able to understand how to use both in the same project. Can someone share some advice/guidance? The...
  • How to avoid a library being optimized out?
    Hello All, Lets say I have a library foo.a which inside has many object files (bar1.o, bar2.o .. barN.o). How can I tell the linker to not remove the unused sections of the complete library? Not all...