This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc cross build fail for Ada
- From: Andrew Haley <aph at gcc dot gnu dot org>
- To: sameer sinha <ssam0201 at yahoo dot co dot in>
- Cc: GNU COMPILER <gcc-help at gcc dot gnu dot org>
- Date: Mon, 9 Apr 2007 11:08:56 +0100
- Subject: Re: gcc cross build fail for Ada
- References: <897321.6290.qm@web8507.mail.in.yahoo.com>
sameer sinha writes:
> hello,
> the cross build for i*** failed with the
> following error when i ran the command $ make
> gnattools
> inside "/gcc" directory of build directory.
> before that inside /gcc directory the commmand $ make
> gnatlib
> ran successfuly
> but teh command /build/gcc$ make gnattools
> is showing the error
What happens when you do a clean make from toplevel?
Andrew.