psptoolchain failed

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
0x00
Posts: 4
Joined: Sat May 26, 2007 8:25 pm

psptoolchain failed

Post by 0x00 »

Followed: http://www.psp-programming.com/tutorials/c/lesson01.htm
After ./toolchain.sh (cygwin):

Code: Select all

newlib-1.15.0/libgloss/m68k/mvme-stub.c
newlib-1.15.0/libgloss/m68k/mvme.S
newlib-1.15.0/libgloss/m68k/mvme135-asm.S
newlib-1.15.0/libgloss/m68k/mvme135.ld
newlib-1.15.0/libgloss/m68k/mvme162.ld
newlib-1.15.0/libgloss/m68k/mvme162lx-asm.S
newlib-1.15.0/libgloss/m68k/sbc5204.ld
newlib-1.15.0/libgloss/m68k/sbc5206.ld
newlib-1.15.0/libgloss/m68k/sim-abort.c
newlib-1.15.0/libgloss/m68k/sim-crt0.S
newlib-1.15.0/libgloss/m68k/sim-errno.c
newlib-1.15.0/libgloss/m68k/sim-funcs.c
newlib-1.15.0/libgloss/m68k/sim-inbyte.c
newlib-1.15.0/libgloss/m68k/sim-print.c
newlib-1.15.0/libgloss/m68k/sim-sbrk.c
newlib-1.15.0/libgloss/m68k/sim.ld
newlib-1.15.0/libgloss/m68k/simulator.S
newlib-1.15.0/libgloss/m68k/test.c
newlib-1.15.0/libgloss/mcore/
newlib-1.15.0/libgloss/mcore/Makefile.in
newlib-1.15.0/libgloss/mcore/aclocal.m4
newlib-1.15.0/libgloss/mcore/close.c
newlib-1.15.0/libgloss/mcore/cmb-exit.c
newlib-1.15.0/libgloss/mcore/cmb-inbyte.c
newlib-1.15.0/libgloss/mcore/cmb-outbyte.c
newlib-1.15.0/libgloss/mcore/configure

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
../scripts/004-newlib-1.15.0.sh: Failed.
ls -al

Code: Select all

drwxrwxrwx+ 6 Administrators None 4096 May 26 03:19 .
drwxrwxrwx+ 4 0x00           None 4096 May 26 03:35 ..
drwxr-xr-x+ 6 0x00           None 4096 May 26 07:46 build
drwxrwxrwx+ 2 Administrators None 4096 May 26 02:34 depends
drwxrwxrwx+ 2 Administrators None 4096 May 26 02:34 patches
drwxrwxrwx+ 2 Administrators None 4096 May 26 02:34 scripts
-rwxrwxrwx  1 Administrators None  567 May 17 00:35 toolchain.sh
-rwxrwxrwx  1 Administrators None  813 May 17 00:48 toolchain.txt
...

Code: Select all

$ chmod a+x ./toolchain.sh
chmod: changing permissions of `./toolchain.sh': Permission denied
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

AFAIK you need to be in the root user to change any permissions which you may need to create

try typing sudo before the chmod command, see what happens..


If you arent planning to develop anything for the PSP i dont see why you should bother with teh toolchain
0x00
Posts: 4
Joined: Sat May 26, 2007 8:25 pm

Am unfamiliar with Cygwin

Post by 0x00 »

- installed Cygwin (w/Devel packages set to "install" and not "Default"
- psptoolchain in /~

- ./toolchain.sh runs perfectly, but eventually fails.

I am unfamiliar with Cygwin; however, according to the tutorial @ psp-programming.com there isn't much else to do...
If you arent planning to develop anything for the PSP i dont see why you should bother with teh toolchain
??

(Delete this thread, I'll figure it out)
Post Reply