This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: how do i actually build andlink agains mylovely crossbuildenvironment?:-)



>>> Daniel Kegel <dank@kegel.com> 01/13/04 01:33PM >>>

>My build environment exactly.  So nothing fishy there.
>
>BTW I usually set the result to end up in /opt/crosstool,
>but that shouldn't matter too much.  Just in case, here's how I
build:
>
>#!/bin/sh
>set -ex
>export TARBALLS_DIR=~/downloads
>export RESULT_TOP=/opt/crosstool
>
># Really, you should do the mkdir before running this,
># and chown /opt/crosstool to yourself so you don't need to run as
root.
>mkdir -p /opt/crosstool
>
># Build the toolchain.  Takes a couple hours and a couple gigabytes.
>#eval `cat i686.dat gcc-2.95.3-glibc-2.1.3.dat` sh all.sh --notest
>#eval `cat i686.dat gcc-3.2.3-glibc-2.2.5.dat` sh all.sh --notest
>eval `cat i686.dat gcc-3.3.2-glibc-2.2.5.dat` sh all.sh --notest

note that you are building something different than i am:

You-> eval `cat i686.dat gcc-3.3.2-glibc-2.2.5.dat` sh all.sh --notest

Me-> eval `cat i686.dat` `cat gcc-2.95.3-glibc-2.2.5.dat` sh all.sh
--notest

would you be interested in kicking off the same build and see of you
get the same results? if you dont have the time/cpu/disk to spare, then
i'll understand, but i'd be very interested in your results, i strongly
believe they will be the same as mine, which implies issues with the
older build that are fixed in the newer build....

>- Dan


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


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