• 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...
  • Issue arm-none-eabi-gcc of gcc-arm-none-eabi-6-2017-q2-update need GLIBC_2.14 and GLIBC_2.11
    Dear All, To use ' arm-none-eabi-gcc' I've got a gcc-arm-none-eabi-6-2017-q2-update.ar.bz2 from ARM Toolchain. But I came across the following issue GLIBC_2.14 and GLIBC_2.11 need to use. u24c02...
  • Can't compile my code with arm-none-eabi-gcc to work, Beginner
    I've only used AVR and Arduino before which really don't count as embed! so I have a little trouble compiling my blinky. I'm mainly a PC programmer. I have an LPC1768 dev board! Here's what I did...
  • 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...
  • cross compile "EB_TrustZone_Example" using "arm-none-eabi-gcc"
    Hi, I am trying to cross compile "EB_TrustZone_Example" using "arm-none-eabi-gcc" Modified "#__smc(0) void yeild(void);" with "__asm__(" smc #0");" in main_normal.c I have followed the following steps...