• where to find sources for arm-none-eabi-gdb?
    I'm trying to find the spurces for arm-none-eabi-gdb. On page https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm there is mentioned, that ...
  • GNU Linker strange behavior!
    Hi guys, This is my first comment so, if I'm doing something wrong please point me in the right direction! Well, I'm currently working on a project using Nordic's Dev Kit PCA10040 which has an nRF52832...
  • 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...
  • 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...
  • gcc-arm-none-eabi-8: GDB segmentation fault
    I'm seeing a segmentation fault in gcc-arm-none-eabi-8-2018-q4-major when I try to debug a binary written in Rust (it's actually the TockOS kernel). Rust is actually using LLVM nightly to generate the...