Closed rrfrse closed 1 year ago
I found a way a way to make it work, download and install the newer toolchain: https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain#Technical-Specifications
rename arm-none-eabi-gdb.exe to gdb.exe and put it into PATH
The "break 13" doesn't break at the correct line to get "print x" but if you continue to the loop with "continue" you can print x and _y as in the tutorial.
I'm stuck on 05-led-roulette gdb debugging on windows 10. I'm getting this error:
Remote debugging using :1337 warning: while parsing target description (at line 4): Target description specified unknown architecture "armv7" warning: Could not load XML target description; ignoring