this is my second time to construct psp develop environment. the first time is based on Cywin, it's success. but now i want to used them on Ubuntu x64.
I failed complie psptoolchain when it was going to 004-newlib-1.15.0.sh.
when issue occurred, i thought whether the newlib tar is available, and tried to download newer package "newlib-1.16.0.sh" replaced of older one, but still failed.
does it support AMD64 system?if not, i'll rollback it to x86.
please help check this complie log, what's wrong about it? thanks everybody.
Attach command & log:
===================================================================
root@lin-laptop:/usr/share/psptoolchain# export PSPDEV=/usr/local/pspdev
root@lin-laptop:/usr/share/psptoolchain# export PATH=$PATH:$PSPDEV/bin
root@lin-laptop:/usr/share/psptoolchain# ./toolchain.sh
--10:58:59-- ftp://ftp.gnu.org/pub/gnu/binutils/binu ... .1.tar.bz2
=> `binutils-2.16.1.tar.bz2'
Resolving ftp.gnu.org... 140.186.70.20
..... .....<<so long long complie information... ignor :) >> ..... ....
==============following failed info======================
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 `/usr/share/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
root@lin-laptop:/usr/share/psptoolchain#