This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

mips64el compilation on a sparc



Hi,
A while ago I posted a question concerning building the binutils and a gcc
cross compiler
for a mips64el on a sparc machine. I keep getting error messages and it
fails to build.
If anybody has done this, please let me know (or if you have some good
pointers)

My compile script is:

gnu_src=/home/winstonw/gnu_src
gnu_build=/home/winstonw/gnu_build
prefix=/home/winstonw/xbgnu
mkdir $prefix
prefixes='--exec-prefix=$prefix --prefix=$prefix'
target='--target=mips64vsr1el--ecoff'
host='--host=sparc-solaris2'
PATH=/home/winstonw/gnu/bin:$PATH
LD_LIBRARY_PATH=/home/winstonw/gnu/lib:$LD_LIBRARY_PATH
tool=binutils 

# Configure, build and install binutils
rm -rf $tool
mkdir $tool
cd $tool
configure_opts='--with-stabs --with-gnu-as --with-gnu-ld -v'
$gnu_src/$tool/configure $target $host $prefixes $configure_opts -v 
make all | tee -i /home/winstonw/gnu_build/build_xb.log
make install | tee -i /home/winstonw/gnu_build/install_xb.log

My questions are:
Has anybody done this?
Could somebody try this and let me know if it works?


Thanks,

Winston.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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