• 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 ...
  • Static/Shared Library for ARM
    I like to generate LIB file (static library) so I do not need to supply client with source code Please advise procedure how to do this. Assumed LPC1768 and MCP1700 eval board. What additional statement...
  • debugging shared library
    Hello, I'm trying to debug shared library on Development Studio. I can set the break after loading file by command "add-symbol-file xxx.so " but it never stops at the break point. And there is...
  • 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...
  • C library folder structure
    Hi, Until now I used to code and debug using IAR Embedded workbench. Now for the first time I downloaded the GNU Arm Embedded Toolchain. I see that there are multiple instances of the same h files...