This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Why gdb fail to make


On 05/16/2013 05:16 AM, hitlar wrote:
> gdb configure, make & make install smoothly but i want configure gdbserver
> with above package it gives following error message 
> 
> Shine@Shine-PC /usr/src/gdb-7.6.50-2/gdb/gdbserver-elf
> $ ../gdbserver/configure --prefix=/usr/local/i386 --target=i386-elf
...
> Error: target not supported by gdbserver.

That's correct.  i386-elf (a bare metal target) is not supported
by gdbserver.  gdbserver is meant to be run on a full feature OSs.

-- 
Pedro Alves


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