Hi Graham Graham Labdon wrote:
> This did fix the problem of running gdb but now I have some other problems! Thank you for the confirmation (and independent confirmation from Bessemer). I have updated the Cygwin installation page on the eCos website. > I can successfully run the serial tests using ser_filter. Good. > However, when I try to run my own program I get an error message that says - > invalid ioctl for device. > The commands I use are > arm-eabi-gdb -nw a.out > at the gdb prompt - > set remotebaud 38400 > target remote com4 Recent Cygwin uses Linux-like serial device naming. Try: (gdb) target remote /dev/ttyS3 John Dallaway -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
