From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: gdb@sources.redhat.com Subject: gdbserver build Date: Tue, 01 May 2001 14:45:00 -0000 Message-id: <20010501233742.70E5.GAUTIER@email.enst.fr> X-SW-Source: 2001-05/msg00022.html Hi, I'm trying to build gdbserver from gdb 5.0 source(exactly: from debian source package) I'm following more or less the indication in the README file in the gdbserver directory. First I tried: gdb-5.0/gdb/gdbserver $ ../../configure host=i386-pc-linux-gnu This fail with the error : i386-pc: unknown machine type Then, sticking to README instructions: gdb-5.0/gdb/gdbserver $ ../../configure i386-pc-linux-gnu This works well, but then i do: gdb-5.0/gdb/gdbserver $ make CC=gcc and this fails with: In file included from server.h:21, from utils.c:21: ../defs.h:26: config.h: No such file or directory In file included from server.h:21, from utils.c:21: ../defs.h:69: bfd.h: No such file or directory [etc] Any comments? Thanks. -- Fabrice Gautier