• Android source build arm-eabi-gcc not found
    When building android source I get the error arm-eabi-gcc not found in path. I downloaded the prebuilt binaries from the android website and added the bin directory in my path. I've ensured arm-eabi-gcc...
  • RTX5 on GCC
    Hi All, I'm trying to port an already working blinky application to GCC. I have it working on Keil uVision (AC6) and I'm using RTX5. I'm targeting the SAMV71Q21B. I'm using CMSIS-Build (cbuild) provided...
  • Installing gcc-arm on OpenSUSE
    Is it just me or are the install instructions for gcc-arm missing some information? I've downloaded gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 and uncompressed it. The readme file in there states...
  • __hardfp_xxx symbols not found by gcc linker
    I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker...
  • 32-bit build of GCC 6
    Over on http://gnuarmeclipse.github.io/toolchain/install/, I see this: starting with version 6.x, GNU/Linux toolchains are 64-bits applications, and should work directly on most modern distributions;...