This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

Re: RE Insight 5.3 and serial ports on a win xp box


On Fri, 2004-06-25 at 07:10, Rycerz Roman-G11565 wrote:
> Thanks  the /dev/comX works ..... in both gdb and insight 5.3.   
>  
> Is there an easy way to make insight 5.3 prepend the "/dev/" part ???

Not if you are using the command line. You can modify
src/gdb/gdbtk/library/targetselection.itb (port_list) so that it uses
the correct serial ports. Right now, it will only use comX. (So change
the two lines that say "lappend plist com$i" to "lappend plist
/dev/com$i".)

Keith


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