I am trying to install the PSP Toolchain in Ubuntu 6.10 edgy eft ... Now the problem is that when i put in this command:
Code: Select all
xmod@xmod-desktop:~/psptoolchain$ chmod a+x ./toolchain.sh
xmod@xmod-desktop:~/psptoolchain$ /toolchain.sh
Code: Select all
make[2]: Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/libiberty'
rm -f *.a required-list tmpmulti.out
rm -f libiberty.dvi libiberty.info* libiberty.html
make[1]: Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/libiberty'
test ! -d gcc/libgcc || \
(cd gcc/libgcc && find . -type d -print) | \
while read d; do rm -f gcc/$d/libgcc.a || : ; done
rm -rf gcc/libgcc
rm -f gcc/stmp-dirs
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
also i tried compiling the parts separately by using the following commands:
Code: Select all
xmod@xmod-desktop:~/psptoolchain$ sudo ./toolchain.sh -b
Now what do i do? I switched from Windows to linux only because cygwin gave errors saying please make sure automake is installed but now even linux aint working... please help me..
The following is the list of packages that i have installed:
Code: Select all
* autoconf 2.60
* automake 1.9
* bash
* coreutils
* diffutils
* gcc
* grep
* gzip
* make
* patch
* patchutils
* sed
* subversion
* tar
* wget
*build-essential
*libncurses5-dev
*flex
doing ./toolchain.sh -e -p gives me the following error:
Code: Select all
xmod@xmod-desktop:~/psptoolchain$ sudo ./toolchain.sh -e -p
Password:
gzip: /home/xmod/psptoolchain/gdb-6.4.tar.gz: No such file or directory
cd: 280: can't cd to gdb-6.4
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -burN insight-6.4/bfd/archures.c insight-psp/bfd/archures.c
|--- insight-6.4/bfd/archures.c 2005-10-25 18:40:09.000000000 +0100
|+++ insight-psp/bfd/archures.c 2006-02-05 14:40:58.000000000 +0000
--------------------------
File to patch:
Please suggest what i can do? because i am very new to linux and dont wanna go back to cygwin. :-)
EDIT: I am using sudo so that the script can write files in the main filesystem but i dont think thats causing the problem because even without it i get errors. Also please suggest if i can use any other version of the toolchain.