• 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 ...
  • 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...
  • CMake Assembler Errors: unrecognized opcode:func_export / unsupported relocation against r3
    (1) I’m getting CMake assembler errors such as: testing.s:137: Error: unrecognized opcode: ‘func_export(testing)’ testing.s:146: Error: unrecognized opcode: ‘func_begin(testing)’ testing.s:217...
  • 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...
  • Regarding RL-ARM Library
    We are using MDK-PLUS ver5.22 KEIL MDK-ARM tool chain for our firmware development. We have seen RL-ARM library includes different software components like RL-RTX, RL-FLASHFS, and RL-TCPnet etc.. We are...