• Debugging armcc compiled binary with gdb
    I have been trying to convert my Keil project to cmake. I got all the files to compile and to generate a working axf. I'm trying to run debug on the axf with arm-none-eabi-gdb and get the following...
  • Debugging armcc compiled binary with gdb
    I have been trying to convert my Keil project to cmake. I got all the files to compile and to generate a working axf. I'm trying to run debug on the axf with arm-none-eabi-gdb and get the following...
  • GCC and GDB for native compiling and debugging
    Hello, I 've a module with a Cortex-M4 Vybrid VF61 processor and an installed linux. The installed linux does not provide gcc and gdb for native compiling and debugging. Please, can anybody tell...
  • GCC and GDB for native compiling and debugging
    Hello, I 've a module with a Cortex-M4 Vybrid VF61 processor and an installed linux. The installed linux does not provide gcc and gdb for native compiling and debugging. Please, can anybody tell...
  • using GDB with openOCD - make gdb "forget"
    I set up a combination of gdb and openOCD under macOS (Catalina). I'm starting openOCD in one Terminal window and gdb in another one, connecting to a STM32F407G-DISC1 board (Discovery) with the following...