| View previous topic :: View next topic |
| Author |
Message |
0x00
Joined: 26 May 2007 Posts: 4
|
Posted: Sun May 27, 2007 1:41 am Post subject: psptoolchain failed |
|
|
Followed: http://www.psp-programming.com/tutorials/c/lesson01.htm
After ./toolchain.sh (cygwin):
| Code: | 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: | 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: | $ chmod a+x ./toolchain.sh
chmod: changing permissions of `./toolchain.sh': Permission denied |
|
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Sun May 27, 2007 3:24 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
0x00
Joined: 26 May 2007 Posts: 4
|
Posted: Sun May 27, 2007 3:31 am Post subject: Am unfamiliar with Cygwin |
|
|
- 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...
| Quote: | | 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) |
|
| Back to top |
|
 |
|