| View previous topic :: View next topic |
| Author |
Message |
BlackIce
Joined: 09 Jul 2005 Posts: 3
|
Posted: Sat Jul 09, 2005 12:41 pm Post subject: PSPSDK install error |
|
|
Well i am following this tutorial: http://psp.amazingspringthing.com/tutorial_toolchain.php
I got to the part where you type "make" in the pspsdk-1.0+beta folder.
This is the error i get
| Code: | Sean1@COMP ~/pspsdk-1.0+beta
$ make
make all-recursive
make[1]: Entering directory `/home/Sean1/pspsdk-1.0+beta'
Making all in sdk
make[2]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk'
Making all in audio
make[3]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
no -g -O2 -G0 -Wall -I../../sdk/base -I../../sdk/kernel -c `test -f 'audio.S' |
| echo './'`audio.S
/bin/sh: no: command not found
make[3]: *** [audio.o] Error 127
make[3]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Sean1/pspsdk-1.0+beta'
make: *** [all] Error 2 |
Does any one know how to fix this? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sat Jul 09, 2005 12:46 pm Post subject: |
|
|
you are somehow missing your sh (shell). I'm not sure how you did this, but I would recommend re-installing cygwin. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
gadget
Joined: 09 Jul 2005 Posts: 5
|
Posted: Sat Jul 09, 2005 12:56 pm Post subject: Re: PSPSDK install error |
|
|
| BlackIce wrote: | Well i am following this tutorial: http://psp.amazingspringthing.com/tutorial_toolchain.php
I got to the part where you type "make" in the pspsdk-1.0+beta folder.
This is the error i get
| Code: | Sean1@COMP ~/pspsdk-1.0+beta
$ make
make all-recursive
make[1]: Entering directory `/home/Sean1/pspsdk-1.0+beta'
Making all in sdk
make[2]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk'
Making all in audio
make[3]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
no -g -O2 -G0 -Wall -I../../sdk/base -I../../sdk/kernel -c `test -f 'audio.S' |
| echo './'`audio.S
/bin/sh: no: command not found
make[3]: *** [audio.o] Error 127
make[3]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Sean1/pspsdk-1.0+beta'
make: *** [all] Error 2 |
Does any one know how to fix this? |
I ran into this last night. The line
/bin/sh: no: command not found is because it couldn't find the path to your compiler. Check the config.log file and look for any errors. You'll probably see that CC = no. |
|
| Back to top |
|
 |
BlackIce
Joined: 09 Jul 2005 Posts: 3
|
Posted: Sat Jul 09, 2005 1:03 pm Post subject: |
|
|
Found it but CC=gcc
Edit: thanks for telling me about the config.log.
I found out that my path to the pspdev folder was actually screwed up.
I got it to work. :)
Last edited by BlackIce on Sat Jul 09, 2005 1:18 pm; edited 1 time in total |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sat Jul 09, 2005 1:16 pm Post subject: |
|
|
my bad... didn't see the 'no'.
Did you install gcc when you installed cygwin? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
dingofr
Joined: 06 May 2005 Posts: 3
|
Posted: Sun Jul 10, 2005 8:13 am Post subject: |
|
|
Hi,
need some help.
running the toolchain.sh script ends with these errors (pspsdk part I guess) :
./bootstrap: line 81: aclocal: command not found
./bootstrap: line 83: autoheader: command not found
./bootstrap: line 84: automake: command not found
./bootstrap: line 86: autoconf: command not found
grep: Makefile.in: No such file or directory
cat: configure: No such file or directory
./toolchain.sh: line 296: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
how can I install pspsdk via subversion ? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sun Jul 10, 2005 10:09 am Post subject: |
|
|
| Install autoconf and automake. |
|
| Back to top |
|
 |
gadget
Joined: 09 Jul 2005 Posts: 5
|
Posted: Sun Jul 10, 2005 12:31 pm Post subject: |
|
|
| Cygwin is the hardest thing to get going. The setup program is so counter intuitive to work with. Just a suggestion, once you get a cygwin install working, back up the directory :) |
|
| Back to top |
|
 |
dingofr
Joined: 06 May 2005 Posts: 3
|
Posted: Mon Jul 11, 2005 2:08 am Post subject: |
|
|
| ooPo wrote: | | Install autoconf and automake. |
you're right, I should have figured it out myself :p
thx, it works great now... Finally got the toolchain+sdk installed.
Time for some little (useless) code :)
BlackIce, I'm following your advice ;) |
|
| Back to top |
|
 |
|