This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sorry for the noise: Bootstrap fails on HEAD 4.1 for AVR
Am Sonntag, 3. April 2005 17:24 schrieb Peter Barada:
> >When trying to figure out the origin of the problem, I have realized so
> > far, that it is obviously stems from a problem during my local configure
> > process: The xgcc I'm just building tries to pipe the asm result through
> > my "host-as" instead of the "target-as". I will myself have to look for
> > why configure chose the wrong assembler. Unfortunately, the error message
> > I got from "make" was not really instructive. So: Sorry for the noise.
>
> When you configured the cross compiler, did you have the target
> assembler in your PATH? If not configure will use 'as' in your path
> and find your host assembler instead.
Actually, it seems that it is *not* sufficient to have the excecutables of the
binutils in your search path. I just had moved the binaries in /usr/local/bin
to some other location within the search path. Configure, however, did not
find them and switched to the host-as without any complaint or error
message :-(. When forcing configure by --prefix=/MyDirectoryWithTheBinaries/
to use another path, everything works fine.
Thank's
BjÃrn