• Requirements for the target when cross compiling with gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu
    I'm unable to find documentation about what libraries must be installed on the target in order for code compiled with gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu to work properly on the target. In...
  • 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...
  • Build failed when cross-compiling using arm-linux-gnueabihf toolchain in ARM DS
    I have downloaded the latest linaro gcc arm-linux-gnueabihf for cross compilation from windows to linux. I tried to test it with a simple c++ HelloWorld code but I couldn't get the project to be successfully...
  • 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...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...