sparc-aout cross compiler
Horatio B. Bogbindero
wyy@cersa.admu.edu.ph
Mon Jul 2 01:48:00 GMT 2001
i looked into the crossgcc FAQ to do this i first compiled the binutils
packages with no major problems. but, while trying to compile the compiler
gcc-3.0 i get a bad error.
here is my install procedure. am i missing out on something. btw, i am
currently using a redhat 7.1 system on a i386 system with its default
compiler which is gcc-2.96.
cd /home/wyy/apps/crossgcc-src
export target=sparc-wyy-aout
export prefix=/opt/sparc
export i=$prefix/bin
export PATH=$PATH:/opt/sparc/bin
cd binutils-2.10.1
./configure --target=$target --prefix=$prefix -v
make all
make install
mkdir gcc-build
cd gcc-build
../gcc-3.0/configure --target=$target --prefix=$prefix \
--with-newlib -v
make
make install
cd newlib-1.9.0
./configure --target=$target --prefix=$prefix -v
make all install
the error has to do with some miss matched primitives and function
declarations??? am i missing something?
any help will be appreciated.
--
--------------------------------------
William Emmanuel S. Yu
Ateneo Cervini-Eliazo Networks (ACENT)
email : william.s.yu@ieee.org
web : http://cersa.admu.edu.ph/
phone : 63(2)4266001-5925/5904
"Do you believe in intuition?"
"No, but I have a strange feeling that someday I will."
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list