This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: cross compiling
- From: Daniel Kegel <dank at kegel dot com>
- To: vike_justdoit at yahoo dot co dot in, gcc at gcc dot gnu dot org
- Date: Tue, 01 Mar 2005 12:52:06 -0800
- Subject: re: cross compiling
vivek sukumaran <vike_justdoit@yahoo.co.in> wrote:
Are there any ready to use gcc rpms for,
host:x-86,redhat9.0
target:alpha
The right mailing list to ask is the one at
http://sources.redhat.com/ml/crossgcc/
When you do post there, be sure to mention what OS
the target will be running.
If the target is alpha-linux, you might want to build
your own using http://kegel.com/crosstool
http://kegel.com/crosstool/crosstool-0.28-rc37/buildlogs/0.28/
shows that crosstool-0.28-rc37 builds at least semi-working
alpha-linux toolchains.
- Dan