This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: gdb with the synthetic target


>>>>> "Richard" == Richard Wicks <rich@navosha.com> writes:

Richard> GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc.
Richard> GDB is free software, covered by the GNU General Public
Richard> License, and you are welcome to change it and/or distribute
Richard> copies of it under certain conditions.  Type "show copying"
Richard> to see the conditions.  There is absolutely no warranty for
Richard> GDB.  Type "show warranty" for details.  This GDB was
Richard> configured as "--host=i686-pc-linux-gnu --target=i386-elf"...
Richard> (gdb) run Starting program:
Richard> /home/wicks/ecos/base_dir/examples/a.out Don't know how to
Richard> run.  Try "help target".  (gdb)

GDB refuses to run on your box because it's a i686-pc-linux-gnu
system, while the tools were built for i386-elf.

Just use your native gdb.

Jesper


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