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: Sorry for the noise: Bootstrap fails on HEAD 4.1 for AVR


>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.

-- 
Peter Barada
peter@the-baradas.com


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