comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Building GNAT
Date: Mon, 03 May 2010 18:03:29 +0100
Date: 2010-05-03T18:03:29+01:00	[thread overview]
Message-ID: <m2zl0gkjdq.fsf@pushface.org> (raw)
In-Reply-To: be34c8c3-2717-4deb-a584-5539fbc167cb@i10g2000yqh.googlegroups.com

I think your problem may be that your host compiler is an older version
(4.4.3) than the source tree you're using to build the cross compiler
(4.5.0). The recommendation is to build the host compiler first, then
use that to build the cross.

The symbols you're missing are (in 4.5.0 but not in 4.3.4, the only
handy version I have for comparison) defined in adaint.c, and it looks
as though adaint.o is being picked up from the pre-built host libraries
(not surprising, the cross-compiler has to run on the host so needs to
use host file attributes etc).



  reply	other threads:[~2010-05-03 17:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-03 15:04 Building GNAT Tom
2010-05-03 17:03 ` Simon Wright [this message]
2010-05-04  5:03   ` Using GNAT in a C and assembly toolchain Tom
2010-05-04 19:50     ` Simon Wright
2010-05-04 22:04       ` Randy Brukardt
2010-05-05  2:10       ` Robert A Duff
2010-05-05  7:54         ` sjw
2010-05-05  5:52       ` Tom
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox