This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remote/1833: RDI unrecognized USB device


>Number:         1833
>Category:       remote
>Synopsis:       RDI unrecognized USB device
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 21 09:18:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     harada@esd.spr.epson.co.jp
>Release:        gdb-6.3
>Organization:
>Environment:
linux x86
>Description:
USB device has been unrecognaized with RDI connection.
error message:
  Could not open device "/dev/ttyUSB0" 
>How-To-Repeat:
> arm--elf-gdb foo
(gdb) target rdi /dev/ttyUSB0
<this is where the error happens>

>Fix:
rdi-share/serdrv.c::SerialOpen() seems to be where the problem is. Removing the following line, the problem has been solved.(there may be better way.)
  port_name = Unix_MatchValidSerialDevice(port_name);

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]