• 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...
  • Combining C and C++ source files in a DS-5 project using the Altera Baremetal GNU toolchain
    I'm using DS-5 Intel Soc FPGA Edition Version 5.28.1 I want to create a DS-5 project that will automatically compile .C files with GCC and .CPP files with G++. I can get the project to work by manually...