You are reading a single comment by @user156811 and its replies. Click here to read the full conversation.
  • Just for people new to this.

    First start your server

    • JLinkGDBServer/Openocd

    If its working you should see something like Waiting for GDB connection

    Then do your

    • make ...... gdb

    Then gdb will get ready to be started and then you just hit enter to start it or q to quite.

    This should build your program and then run the arm gdb client.

    If there's problems with with GDB for some reason the client side.
    You can look at make/targets/arm.make. There's a make file that has the commands for GDB. Basically it makes a file and then tells gdb to execute it.

About

Avatar for user156811 @user156811 started