discovery
discovery copied to clipboard
Typo on Page 5.3 Debug it
Next what we want to do is get to the main function of our program. We will do this by first setting a breakpoint there and the continuing program execution until we hit the breakpoint:
Should be: Next what we want to do is get to the main function of our program. We will do this by first setting a breakpoint there and then continuing program execution until we hit the breakpoint:
Also, including a tutorial to install gdb-multiarch / arm-none-eabi-gdb or at least the correct links would be nice, since most people simply skip installing it in the beginning and then come back when things don’t seem to run.