• Insight, ddd, or gdb -tui support?
    The GNU ARM Embedded Toolchain is wonderful, thank you so much for maintaining it! As both the host and target are fixed in the toolchain, would you consider adding insight or ddd or any graphical debugger...
  • 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...
  • Why TUI mode is not supported in arm-none-eabi-gdb?
    I downloaded and used toolchains from the following page, and noticed that TUI is not supported in version 7-2018-q2 at Linux. What is the reason to not support TUI in arm-none-eabi-gdb? https://developer...
  • 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...
  • How to stop GDB from initializing a particular piece of FLASH?
    Howdy! I'm using a SEGGER J-Link with Windows 10 and GNU ARM GCC / Eclipse. In my C source code I have this line where I declare a flash based structure (so only reading is possible by regular code...