This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Trying to remote debug question
- From: "Fahd Abidi" <fabidi at ultsol dot com>
- To: <gdb at sourceware dot org>
- Date: Mon, 19 Jun 2006 13:28:28 -0400
- Subject: Trying to remote debug question
Hello,
I am trying to launch a remote debug into my target, I have a mips based
board but with only one serial port and No ethernet. I use the serial
port as the target console for my 2.6 kernel.
I am wondering if I can launch the GDBServer to use /dev/ttyS0 even
though my Linux console is also tied to this com port? It is the only
comport available on the target so I have to try and use it for both my
console and remote debugging. When I try to launch a GDB session to this
port it says "inappropriate IOCTL for this device".
Fahd Abidi