GP2X Gcc Gdb


Pickle said:
Parkydr said:
Yes

Edit: gdb is in the archive
ok, i found them. Do you use it with an IDE or just read it over command line?


like you want.

it comes with gdb, which is interactive, but text based( no ide), or a gdbserver, which you can "control" from an ide via usb networking.

Check this out: http://www.kegel.com/linux/gdbserver.html
In the beginning it's a bit tricky.

regards
paines
 
Last edited by a moderator:
Anes Lihovac said:
Pickle said:
Parkydr said:
Yes

Edit: gdb is in the archive
ok, i found them. Do you use it with an IDE or just read it over command line?


like you want.

it comes with gdb, which is interactive, but text based( no ide), or a gdbserver, which you can "control" from an ide via usb networking.

Check this out: http://www.kegel.com/linux/gdbserver.html
In the beginning it's a bit tricky.

regards
paines


I think i going to start with the server with Codeblocks (since thats what im using), i has the settings for using a server gdb.
 
Last edited by a moderator:
Back
Top