From mboxrd@z Thu Jan 1 00:00:00 1970 From: JITENDRA kanitkar To: "'ecos-discuss@sourceware.cygnus.com'" Subject: [ECOS] Problem with testing i386 Date: Thu, 08 Feb 2001 05:51:00 -0000 Message-id: <13D467F625FAD511AE2A00D0B7B917D7089CD6@BRAHMA01> X-SW-Source: 2001-02/msg00119.html Hi there, I am trying to run ecos on i386 target. my target set up is PIII with FDD and serial port. When I run insight on host and after following the procedure , it gives msg "connection established" but when I try to run thread_gdb.exe it gives error "can't load". As per the document when I say "i386-elf-gdb -nw thread_gdb.exe" on my (linux ) host it gives following error. [root@jitu tests]# i386-elf-gdb -nw thread_gdb.exe GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=i386-elf"... (gdb) set remotebaud 38400 (gdb) target remote /dev/ttyS0 Remote debugging using /dev/ttyS0 Ignoring packet error, continuing... Ignoring packet error, continuing... Ignoring packet error, continuing... Couldn't establish connection to remote target Malformed response to offset query, timeout (gdb) Any pointers? Thanks in advance. Jitendra