This is the mail archive of the gdb@sourceware.cygnus.com 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]

Re: --target=powerpc-elf broken in current sources?


   Date: Mon, 14 Feb 2000 17:08:35 -0800
   From: Benjamin Kosnik <bkoz@redhat.com>

   > try on older linux release yadda yadda yadda

   No. I haven't. Is gdb only working on older linux releases?

Well, GDB doesn't build with the glibc 2.1.3 pre-releases, which you'd
need to solve your problems ...

... that arise because of a change in the Linux header file somewhere
in the 2.3 series.  You get duplicate defines in <sys/resource.h>
which makes the autoconf test for that file fail, such that the PPC
simulator doesn't include <sys/resource.h> which means that
RUSAGE_SELF isn't defined.

The simplest thing to do is probably fix the appropriate headers by
hand.

Mark

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