• Catching C++ Exceptions with GCC Arm None EABI
    I've been struggling to get exceptions to work properly on a Cortex-M4 project with the Arm's GCC distribution. The throw seems to work successfully but not the catch. class MyExc : public std::exception...
  • Strange Behavior using arm-none-eabi-gdb
    I'm new to gdb so I would really appreciate any guidance. My target is the K82f and I am calling Openocd and gdb from the command line. Compiler: ArmClang/Armlink Debug Info: -gdwarf-4 The Issue:...
  • gcc-arm-none-eabi-7-2017-q4-major-win32 support NLS ?
    Hello, I want to make gcc-arm-none-eabi-7-2017-q4-major-win32 output message(warning or error) with chinese. First, i download gcc-arm-none-eabi-7-2017-q4-major sources. then build GUN Toolchain...
  • GNU cross-toolchain compatibility between 8.3-2019.03 and 9.2-2019.12
    In case of 9.2-2019.12, Windows hosted cross compilers for AArch32 target with hard float is provided as "gcc-arm-9.2-2019.12-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz". ( https://developer.arm.com...
  • __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...