• Linking an armcc pre-compiled lib with a GCC project
    Hi, Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?
  • Linking an armcc pre-compiled lib with a GCC project
    Hi, Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?
  • GCC elf generation with non-aligned sections vs linker configuration
    I have observed that GCC generates strange "Program header tables" in the output elf file when flash configuration of the linker script is not 16-bit aligned. An example of the linker script that doesn...
  • GCC elf generation with non-aligned sections vs linker configuration
    I have observed that GCC generates strange "Program header tables" in the output elf file when flash configuration of the linker script is not 16-bit aligned. An example of the linker script that doesn...
  • arm-elf-gcc _sbrk errors
    Hi, I tried to compile an empty main function (just to test the toolchain) but i got these errors. fairuz@ubuntu:~/test$ arm-elf-gcc -mcpu=arm7tdmi-s test.c /opt/gnuarm/lib/gcc/arm-elf/4.4.1/....