I've searched for info on building gdbserver from gdb5.0 w/o success -- any pointers?
I cd .../gdb-5.0/gdb/gdbserver, ./configure --target=powerpc-linux --host=i586-pc-linux-gnu make CC=powerpc-linux-gcc 3 objects are created: remote-utils.o server.o utils.o and the following are undefined @ link: mywait, kill_inferior, mythread_alive, registers and a few others. I suspect that some other source should be compiled in but am not seeing how to configure so that it's mentioned in the Makefile. suggestions appreciated, Mark ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
