This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Q about building cross gnatlib
- From: Andreas Schwab <schwab at suse dot de>
- To: Arnaud Charlet <charlet at ACT-Europe dot FR>
- Cc: guerby at acm dot org, gcc at gcc dot gnu dot org
- Date: 02 Dec 2001 17:28:55 +0100
- Subject: Re: [Ada] Q about building cross gnatlib
- References: <200111302134.fAULY2c00478@ulmo.localdomain><20011201220406.B28503@dublin.int.act-europe.fr>
Arnaud Charlet <charlet@ACT-Europe.FR> writes:
|> > Does the ACT tree (when building for VxWorks for example) have
|> > specific patches to the Makefile to handle the situation? If they're
|>
|> We do not have anything special. It works because xgcc will look for the
|> includes under <prefix>/<target>/include, at least that's the way it works
|> with GCC 2.8.1.
Except that gcc is now looking for
<prefix>/lib/gcc-lib/<target>/<version>/../../../../<target>/include,
which fails if <prefix>/lib/gcc-lib/<target>/<version> does not exist.
This is a long standing bug. You have to manually create it before you
can proceed.
Andreas.
--
Andreas Schwab "And now for something
Andreas.Schwab@suse.de completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5