• GNU ARM Embedded Toolchain 64 bit
    Hello all, I recently installed GNU ARM Embedded Toolchain on windows plataform to use it with Eclispe Neon.3. I had to install 32 bit version because I did not find 64 bit one unless I start compiling...
  • arm-none-eabi-ar: ../src/n1_main.o plugin needed to handle lto object
    Dear all, I use arm-none-eabi-gcc 7.2.1 in my project, when I want to use -flto option to optimize bin size, error shows: ../../../tools/gcc/linux/gcc-arm-none-eabi/bin/arm-none-eabi-ar: creating...
  • GNU ARM Embedded Toolchain for commercial, closed source products?
    Hello, I'm developing a commercial software for MCU which is built by GNU ARM Embedded Toolchain. I want to sell the programmed device (product) and I don't want the source code to be released. When I...
  • repository for Gnu Arm Embedded Toolchain
    I found this repository https://github.com/ARM-software/toolchain-gnu-bare-metal that seems to contain the files I expected to find. However, it contains only one tag that refers to version 9-2019-q4...
  • Any suggestion on the best way to include all the paths for header files using GCC and Eclipse plugin for GNU GCC ARM?
    Hello all.. I've developed all my life using IAR and I was willing to give a try on GNU GCC for ARM. To start I have few folders and few files in a project which requires configuration to add the...