public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Building gdbserver
@ 2022-04-17  3:35 Claude Robitaille
  2022-04-17 10:23 ` Shahab Vahedi
  0 siblings, 1 reply; 8+ messages in thread
From: Claude Robitaille @ 2022-04-17  3:35 UTC (permalink / raw)
  To: Claude Robitaille via Gdb

Hi, I am trying to cross compile gdbserver.

I am using this little script I did:


#!/bin/bash
#source in binutils-gdb

mkdir gdbserver.build
cd gdbserver.build

../binutils-gdb/gdbserver/configure --host=x86_64-w64-mingw32
make


But I get this error at the beginning of make

Makefile:110: ../gnulib/Makefile.gnulib.inc: No such file or directory
make: *** No rule to make target '../gnulib/Makefile.gnulib.inc'.  Stop.

I did try different with different release but most of them don't even go that far; is gdbserver new in binutils-gdb? Is it supposed to be compilable?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-18 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17  3:35 Building gdbserver Claude Robitaille
2022-04-17 10:23 ` Shahab Vahedi
2022-04-17 15:12   ` Claude Robitaille
2022-04-17 17:19     ` Shahab Vahedi
2022-04-17 18:07       ` Claude Robitaille
2022-04-17 19:40         ` Claude Robitaille
2022-04-18  1:40           ` Claude Robitaille
2022-04-18 15:38     ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).