This is the mail archive of the gdb@sources.redhat.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]
Other format: [Raw text]

Re: gdb head fails to compile for arm-elf target.


On Mon, Feb 16, 2004 at 07:46:31PM +0100, Karel Gardas wrote:
> On Mon, 16 Feb 2004, Daniel Jacobowitz wrote:
> 
> > > > Please check include/elf/common.h.
> > >
> > > thinkpad:/mnt/karel/gcc340-sim/combined$ ls -la include/elf/common.h
> > > -rw-rw-r--    2 karel    karel       27702 Jan 19 19:28 include/elf/common.h
> > > thinkpad:/mnt/karel/gcc340-sim/combined$
> > >
> > > Sorry, I don't understand, what's wrong with this file?
> >
> > That should be providing the definition of AT_SECURE.  Does it?
> 
> No, it's not defined there:
> 
> thinkpad:/mnt/karel/gcc340-sim/combined$ grep "AT_SEC" include/elf/common.h
> thinkpad:/mnt/karel/gcc340-sim/combined$
> 
> Do you think it's worth the test to freshly checkout whole tree again?
> Before build I have just rm -rf combined and updated gcc and src
> directories, src by: cvs -q up -Pd binutils newlib gdb dejagnu -- do you
> think that's the reason for failure?
> 
> Thanks,

Absolutely.  You can't update just a few directories and relibly expect
things to work.  At a minimum, you would also need: opcodes bfd gas ld
include libiberty.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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