>Come on, guys. I've been struggling with gdbserver and the
>header files just aren't there  (like stdio) and when I try to
>include the standard include paths, I get really lost in
>the spagetti header files. I did a 'find' on termios.h
>on /usr and come up with 25 (count 'em, 25) different
>termios.h files and they're not the same.

You need to give more information, like:

 - what options you used when configuring and building gdb(/gdbserver)
 - what target build environment you have set up

Files like stdio.h aren't supposed to be provided by GDB.  They should be 
obtained from the standard places and this should happen automatically.

p.


Reply via email to