• arm-none-linux-gnueabihf-gcc does not detect soname libraries even though path to the directory is set.
    Hi All, I have downloaded gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf.tar.xz toolchain and extracted it into ~/toolchains/armhf directory. I have set the PATH to point to ~/toolchains/armhf...
  • 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...
  • Support gold linker for gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf?
    gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf doesn't contain a gold linker, will you support it in next version by enabling --enable-gold in binutils_configure
  • gcc 8.3-2019.03 windows i686-mingw32_arm-linux-gnueabihf?
    hello, we use the linaro build: gcc-linaro-4.9.4-2017.01-i686-mingw32_arm-linux-gnueabihf and want now to update to v8.3. is the new version, or similar version gcc v8.3 also available for windows...
  • no FPU in memset
    How can I tell the linker/compiler not to use memset/memcpy function which use FPU registers? For example: SCIOPTA allows to limit the use of the FPU for certain tasks (to improve task-switching). Tasks...