View previous topic :: View next topic |
Author |
Message |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Sun Oct 21, 2007 1:12 am Post subject: [SOLVED] 004-Newlib toolchain script error. |
|
|
004 script gives this error.
Code: |
make[5]: Entering directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build
-psp/psp/newlib/libc'
rm -f crt0.o
ln sys/crt0.o crt0.o >/dev/null 2>/dev/null || cp sys/crt0.o crt0.o
cp: cannot stat `sys/crt0.o': No such file or directory
make[5]: *** [crt0.o] Error 1
make[5]: Leaving directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build-
psp/psp/newlib/libc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build-
psp/psp/newlib/libc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build-
psp/psp/newlib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build-
psp/psp/newlib'
make[1]: *** [all-target-newlib] Error 2
make[1]: Leaving directory `/home/Rokr/psptoolchain/scripts/newlib-1.15.0/build-
psp'
make: *** [all] Error 2
|
Tried twice. Please help.. _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Last edited by KickinAezz on Mon Oct 22, 2007 12:48 am; edited 1 time in total |
|
Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sun Oct 21, 2007 4:13 am Post subject: |
|
|
Please post more of the error messages. All I can guess from what you've pasted is that you haven't built steps 1-3 yet.
Or ran out of disk space, I guess. |
|
Back to top |
|
 |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Sun Oct 21, 2007 9:18 am Post subject: |
|
|
The first 3 steps were succesful. _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
Back to top |
|
 |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Mon Oct 22, 2007 12:50 am Post subject: |
|
|
Had to add these lines to cygwin:
set PSPDEV=/usr/local/pspdev
set PATH=$PATH:$PSPDEV/bin
before
bash --login -i
instead of these from psp-programming tutorials [which are outdated]:
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
Back to top |
|
 |
|