This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: [Ada] Q about building cross gnatlib


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


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