• Shared libraries and PLT using GCC toolchain
    Hi all, I am trying to understand how shared libraries and PLT works. As per my current understanding linking a shared library should output code that calls a function (function from the shared library...
  • arm-none-eabi-gcc (bleeding-edge-toolchain) 9.1.0
    I've just created another release of my bleeding-edge-toolchain script, which builds a complete toolchain for ARM microcontrollers. This toolchain uses the most recent versions of all possible components...
  • Linker in gnu arm toolchain says "group ended without start" thought there is no such option in my build
    shyam@shyam:~/projects/zynq/microzed/linux_source/Test_Chips$ make make -C /home/shyam/projects/zynq/microzed/linux_source/Test_Chips/../dev_tools/build make[1]: Entering directory `/home/shyam/projects...
  • Want to try out stable GCC 7 on your ARM microcontroller?
    EDIT: Stable GCC 7.1.0 is already released - see first reply below for details! If you're very impatient waiting for the full GCC 7.1.0 release (expected this month), you can try experimental GCC...
  • How to compile with gcc toolchain that uses ARM neon instructions
    Hi, I would like to ask which version of gcc and with what flags , may I compile some c code to assembly code that uses arm neon coprocessor for ARMV7-A processor. Of course I want to use the processor...