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: crosstool success built on redhat 9


Ed Sutter wrote:
Hello,
I just joined this list, and want to report success in building
the tools with crosstool...

My host is running redhat 9, gcc version 3.2.2.

Yesterday I downloaded crosstool-0.27 and ran "demo-ppc405.sh".
It died pretty quick (actually wget was timing out). I looked
into the scripts and noticed that for some reason wget was not
working for HTTP addresses.

Could you check crosstool-0.28-rc30 and see if the new way I use wget fixes this? getandpatch.sh now downloads like this:

downloadFile()
{
        # Note: if you need to use a proxy, try
        # export http_proxy=<proxy_host>:<port>
        wget --tries=5 -P ${TARBALLS_DIR} -c $1 || wget --tries=5 --passive-ftp -P ${TARBALLS_DIR} -c $1
        # FIXME: support curl on systems that don't have wget
}


...   The bottom line is that
the tools are up and running with minimal effort on my part.
I had been painfully trying to build this stuff for several days
prior to hearing about crosstool.
Thanks much Dan (& Bill)!

Glad it helped! - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
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]