I'm attempting to compile under Ubuntu 8.10 and keep getting this error (running toolchain-sudo.sh. I think that I have installed all the required packages)
--2009-03-30 21:09:10-- ftp://sources.redhat.com/pub/newlib/new ... 5.0.tar.gz
=> `newlib-1.15.0.tar.gz'
Resolving sources.redhat.com... 209.132.176.174
Connecting to sources.redhat.com|209.132.176.174|:21... failed: Connection refused.
../scripts/004-newlib-1.15.0.sh: Failed.
ERROR: Could not run the toolchain script.
I tried downloading the file and placing it in the build directory but I get the same connection refused error.
I tried editing the script to a different mirror but as soon as it gets to the script it fails again.
Is there is a solution
checking for psp-as... (cached) psp-as
checking for psp-ar... (cached) psp-ar
checking for psp-ranlib... (cached) psp-ranlib
checking for psp-readelf... (cached) psp-readelf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for build system executable suffix... no
updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/home/mccann/Desktop/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
ERROR: Could not run the toolchain script.
mccann@school:~/Desktop/psptoolchain$