• 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...
  • diff arm-none-linux-gnueabi( 9 or lastest) and arm-linux-gnueabi(gcc 8.3/2) and symver
    https://developer.arm.com/-/media/Files/downloads/gnu-a/10.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-arm-none-linux-gnueabihf.tar.xz?revision=d0b90559-3960-4e4b-9297-7ddbc3e52783&la=en&hash=985078B758BC782BC338DB947347107FBCF8EF6B...
  • 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...