• 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...
  • arm-eabi-gcc-8.3.0.exe: error: CreateProcess: No such file or directory
    Hi, We have been trying to build with GNU ARM tool chain (Cortex-A specific tool) "gcc-arm-8.3-2019.03-i686-mingw32-arm-eabi", but we see the following error: arm-eabi-gcc.exe error: CreateProcess...
  • gcc warnings disappearing  on second compile or minimal change
    Hi All i have a problem that with our test code we have always produced a #warning for all test code that the engineers put in the production code. if you compile the code and then compile again the #warnings...
  • How to use GNU GCC Compiler
    Hello, First at all, I would like to use keil Vision but with GNAU GCC COmpiler. I have downloaded the and installed keil. Then, I have installed the file that is in this website. But I haven't done...
  • arm-elf-gcc compiling for cortex-M4
    How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.