Hi Aziz Aziz Bodal wrote:
> I am able to compile/build my application fine with gcc (i386-elf-gcc > -g -I/opt/Aziz_install/include hello.c -L/opt/Aziz_install/lib > -Ttarget.ld -nostdlib) however I can't get the program to run on gdb. > At first I dont see anything happening, but then I get the error: > > Ignoring packet error, continuing... > warning: unrecognized item "timeout" in "qSupported" response > > I am running the following commands: > i386-elf-gdb -nw a.out > then at the gdb prompt, I am running: > set remotebaud 38400 > target remote /dev/ttyS0 The warning message indicates a problem with your serial connection to the debug target. Presumably you are connecting to a PC target which is booting into RedBoot. If you connect to the target using a terminal emulator (38400-8N1 and no handshaking) rather than GDB, do you see the RedBoot prompt? John Dallaway eCos maintainer -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss