This is the mail archive of the gcc-bugs@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]

[Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).


------- Additional Comments From pluto at pld-linux dot org  2004-07-21 07:29 -------
(In reply to comment #9) 
> I am having *exactly* the same problem trying to build a i686-pc-linux 
hosted  
> cross compiler for the sparc64-elf target.  I'm building from the 3.4.1  
> release.  I'd be happy to give additional info, or supply build logs, or  
> whatever. 
>  
> Does Pawe's patch fix the problem (even if only for sparc64-elf)? 
 
A symlink to crosssparc64-binutils helps. 
 
# rm -rf obj-sparc64-pld-linux && install -d obj-sparc64-pld-linux 
# cd obj-sparc64-pld-linux 
# ln -sf /usr/sparc64-pld-linux/bin binutils 
# ../configure (...) 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16503


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