Re: Building gdbserver
Claude Robitaille via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <DS7PR07MB7686EC3C1DA9A8019FD072B6F7F09@DS7PR07MB7686.namprd07.prod.outlook.com> |
Doing a full make worked. I guess that a needed path gets added to the include argument list in some other tool. ________________________________ From: Gdb <[email protected]> on behalf of Claude Robitaille via Gdb <[email protected]> Sent: April 17, 2022 2:07 PM To: Shahab Vahedi <[email protected]> Cc: Gdb <[email protected]> Subject: Re: Building gdbserver Same result. ________________________________ From: Shahab Vahedi <[email protected]> Sent: April 17, 2022 1:19 PM To: Claude Robitaille <[email protected]> Cc: Gdb <[email protected]> Subject: Re: Building gdbserver On Sun, Apr 17, 2022 at 03:12:37PM +0000, Claude Robitaille wrote: > I get this: > > make[1]: Entering directory '/mnt/data/sbox/tools/gdbserver.build/gdbserver' > CXX alloc.o > In file included from ../../binutils-gdb/gdbserver/../gdbsupport/common-defs.h:197, > from ../../binutils-gdb/gdbserver/../gdb/alloc.c:37: > ../../binutils-gdb/gdbserver/../gdbsupport/gdb_locale.h:27:11: fatal error: libintl.h: No such file or directory > 27 | # include <libintl.h> Try adding "--disable-gdb" to the "configure" command. Cheers, Shahab