• arm-eabi-gcc-8.3.0.exe: error: CreateProcess: No such file or directory

    Hi,

    We have been trying to build with GNU ARM tool chain (Cortex-A specific tool) "gcc-arm-8.3-2019.03-i686-mingw32-arm-eabi", but we see the following error:

    arm-eabi-gcc.exe error: CreateProcess: No such file or directory

    Verified all the…

  • address sanitizer in ARM GNU-A 8.2-2018.11 arm-linux-gnueabihf

    Hi all,

    I'm trying to compile my application with -fsanitize but when linking it fails complaining that it cannot find any library for the linker flag '-lasan'. I did check and it seems that the ARM toolchain 8.2-2018.11 does not ship with…

  • arm-elf-gcc compiling for cortex-M4

    How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.