Re: target remote: could not set breakpoint
[email protected] (Radu Grigore)
| Newsgroups | gmane.comp.gdb.bugs.general |
|---|---|
| Organization | http://groups.google.com/ |
| Message-ID | <[email protected]> |
[email protected] (Radu Grigore) wrote in message news:<[email protected]>... > I'm not sure if this is a bug. > > Background: > ---------- > GDB version 5.2. > Compiled using uclibc like this: > - configure > - make > - cd gdb/gdbserver > - joe Makefile # so it uses ARM compiler (as specified on > www.uclibc.org) > - make Yup. I still don't know if it's a bug but I know how you can make it work :-). It is about remote debuging an ARM target using gdb. 1. Use "--target" parameter when runing configure (for both gdb and gdbserver) 2. Do not compile the program you are going to debug with uclibc (www.uclibc.org). It just doesn't work; don't know why. bye, radu _______________________________________________ Bug-gdb mailing list [email protected] http://mail.gnu.org/mailman/listinfo/bug-gdb