How do I use the psptoolchain script?
-
- Posts: 5
- Joined: Mon Sep 19, 2005 5:32 pm
o! a error!
i'm a newbie and my English is so poor too! hehe
it shows this:
checking whether ln works... yes
checking whether ln -s works... yes
-v: not found
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
ERROR CONFIGURING BINUTILS (binutils-2.16 psp)
XXX@XXXX ~
$
What should i do?! HELP ME!!!
it shows this:
checking whether ln works... yes
checking whether ln -s works... yes
-v: not found
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
ERROR CONFIGURING BINUTILS (binutils-2.16 psp)
XXX@XXXX ~
$
What should i do?! HELP ME!!!
-
- Posts: 5
- Joined: Mon Sep 19, 2005 5:32 pm
At last,finished the setup,but another problem......
Thanks a lot,i do forgot to select the gcc & binutils
of cause i use the winXP
when i compile my first program--certainly "Helloworld"--
it shows :
$ make
make: psp-config: Command not found
Makefile:16: /lib/build.mak: No such file or directory
make: *** No rule to make target '/lib/build.mak'. Stop.
then i go to find the"psp-config"&"build.mak" in cygwin\usr\local\pspdev\bin\
of cause i can't find them but there are about 20 other exe-files just like "psp-addr2line.exe" "psp-g++.exe"......
Why? Didn't I install the psptoolchain correctly?
of cause i use the winXP
when i compile my first program--certainly "Helloworld"--
it shows :
$ make
make: psp-config: Command not found
Makefile:16: /lib/build.mak: No such file or directory
make: *** No rule to make target '/lib/build.mak'. Stop.
then i go to find the"psp-config"&"build.mak" in cygwin\usr\local\pspdev\bin\
of cause i can't find them but there are about 20 other exe-files just like "psp-addr2line.exe" "psp-g++.exe"......
Why? Didn't I install the psptoolchain correctly?
Read http://wiki.ps2dev.org/psp:programming_ ... _of_pspsdk
the files are located:
/usr/local/pspdev/bin/psp-config
/usr/local/pspdev/psp/sdk/lib/build.mak
but it won't find any of that until you add the export lines to your .bashrc file and restart cygwin.
the files are located:
/usr/local/pspdev/bin/psp-config
/usr/local/pspdev/psp/sdk/lib/build.mak
but it won't find any of that until you add the export lines to your .bashrc file and restart cygwin.
-
- Posts: 5
- Joined: Mon Sep 19, 2005 5:32 pm
Maybe my toolchain is too old.
Thank you......
I'm trying the newest toochain--psptoolchain-20050906
Wish all would be OK...
I'm trying the newest toochain--psptoolchain-20050906
Wish all would be OK...
-
- Posts: 5
- Joined: Mon Sep 19, 2005 5:32 pm
OK! It works!
After about 2 hours's crack of my harddisk,I install the toolchains again(of cause it's the newest version),then i input "make" it works! So Great!
THANK YOU VERY MUCH!
I'm sure that on my way ahead there are also many questions......
THANK YOU VERY MUCH!
I'm sure that on my way ahead there are also many questions......
I've finally gotten around to updating to the latest toolchain and updating the installation, and I got a few questions.
I downloaded the psptoolchain version 20050906 and unziped the psptoolchain folder into the cygwin\home\owner\ directory
Now, I haven't updated anything in quite a while. Do I need to re-run the entirety of the toolchain script? Or do I just need to type ./toolchain.sh -p and only update the pspsdk part?
Thanks for your help...
I downloaded the psptoolchain version 20050906 and unziped the psptoolchain folder into the cygwin\home\owner\ directory
Now, I haven't updated anything in quite a while. Do I need to re-run the entirety of the toolchain script? Or do I just need to type ./toolchain.sh -p and only update the pspsdk part?
Thanks for your help...
Ask not for whom the bell tolls, it tolls for thee, besides, I'm playing my PSP, tee hee!
------------------------------------------------------
Visit my website for my PSP Homebrew!
------------------------------------------------------
Visit my website for my PSP Homebrew!
Hey all, I've followed the wiki step by step, and everytime I run the toolchain script it bombs at exactly the same place telling me
I've searched the forum, and one other person seemed to of had it, but they edited their posted saying they figured it out without their resolution....
thanks for any help,
dankydoo
Code: Select all
'Invalid Configuration' 'psp' machine 'psp' not recognized
thanks for any help,
dankydoo
Another random error. Happened on both redhat 7.3 and FC3, pretty minimal installs. I can supply kickstart config if required :-)
Code: Select all
if psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sdk/base -I../../sdk/user -g -O2 -G0 -Wall -MT pspaudiolib.o -MD -MP -MF ".deps/pspaudiolib.Tpo" -c -o pspaudiolib.o pspaudiolib.c; \
then mv -f ".deps/pspaudiolib.Tpo" ".deps/pspaudiolib.Po"; else rm -f ".deps/pspaudiolib.Tpo"; exit 1; fi
pspaudiolib.c:14:20: error: stdlib.h: No such file or directory
pspaudiolib.c:15:20: error: string.h: No such file or directory
pspaudiolib.c: In function âpspAudioInitâ:
pspaudiolib.c:117: warning: implicit declaration of function âstrcpyâ
pspaudiolib.c:117: warning: incompatible implicit declaration of built-in function âstrcpyâ
gmake[3]: *** [pspaudiolib.o] Error 1
gmake[3]: Leaving directory `/tmp/pspdev/pspsdk/sdk/audio'
Those parts about the 'command not found' mean it isn't installed. What you think is irrelevant.
I do not use cygwin personally, but I've installed it several times to see if the toolchain script works - which it does without fail. However, I am amazed at how something that is VERY simple to install is INVARIABLY the main problem people have getting into pspdev. Its not like there's several versions of windows out there like you'd find with linux. Its not because of some inconsistency in included packages causing an error. You're running windows, you install cygwin, you run the toolchain script. Simple! I really can't understand how his is a problem for people. There's even prebuilt packages available!
Please, SEARCH THE FORUMS to find out the solution to your problem. This one in particular has been answered several times. Then LOOK AT THE WIKI ( http://wiki.pspdev.org/psp:programming_faq ) to see STEP BY STEP instructions. If that fails, utilize those very skills you'll need for programming to SEARCH GOOGLE and FIGURE IT OUT.
Good lord people. Stop sucking at the teat of laziness and THINK for once!
I do not use cygwin personally, but I've installed it several times to see if the toolchain script works - which it does without fail. However, I am amazed at how something that is VERY simple to install is INVARIABLY the main problem people have getting into pspdev. Its not like there's several versions of windows out there like you'd find with linux. Its not because of some inconsistency in included packages causing an error. You're running windows, you install cygwin, you run the toolchain script. Simple! I really can't understand how his is a problem for people. There's even prebuilt packages available!
Please, SEARCH THE FORUMS to find out the solution to your problem. This one in particular has been answered several times. Then LOOK AT THE WIKI ( http://wiki.pspdev.org/psp:programming_faq ) to see STEP BY STEP instructions. If that fails, utilize those very skills you'll need for programming to SEARCH GOOGLE and FIGURE IT OUT.
Good lord people. Stop sucking at the teat of laziness and THINK for once!
I already have cygwin installed, and i already installed automake and autoconf. I have installed PSPSDK with your toolchain already, i am just trying to update PSPSDK to the newest version, the one with the wifi stubs. I need to know how to reinstall automake and autoconf without reinstalling cygwin, since i am on dialup and it takes forever to download all of the packages.
Last edited by seventoes on Sun Oct 30, 2005 10:25 am, edited 3 times in total.
-
- Posts: 5
- Joined: Mon Sep 19, 2005 5:32 pm
toolchain on os x.3.9
hello,
i`m trying to update pspsdk with psptoolchain,
i had previously installed pspsdk with precompiled binaries
from
http://www.capsgetpeeled.com/blog/archives/000480.html
i get these errors, i installed newest autoconf,
but nothing changed.
any ideas?
best,
wojciech
****
configure.ac:4: error: Autoconf version 2.59 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
./aminclude.am:35: DX_COND_doc does not appear in AM_CONDITIONAL
./aminclude.am:41: DX_COND_html does not appear in AM_CONDITIONAL
./aminclude.am:51: DX_COND_chm does not appear in AM_CONDITIONAL
./aminclude.am:55: DX_COND_chi does not appear in AM_CONDITIONAL
./aminclude.am:67: DX_COND_man does not appear in AM_CONDITIONAL
./aminclude.am:77: DX_COND_rtf does not appear in AM_CONDITIONAL
./aminclude.am:87: DX_COND_xml does not appear in AM_CONDITIONAL
./aminclude.am:97: DX_COND_ps does not appear in AM_CONDITIONAL
./aminclude.am:126: DX_COND_pdf does not appear in AM_CONDITIONAL
sdk/audio/Makefile.am: installing `./depcomp'
./aminclude.am:35: DX_COND_doc does not appear in AM_CONDITIONAL
./aminclude.am:41: DX_COND_html does not appear in AM_CONDITIONAL
./aminclude.am:51: DX_COND_chm does not appear in AM_CONDITIONAL
./aminclude.am:55: DX_COND_chi does not appear in AM_CONDITIONAL
./aminclude.am:67: DX_COND_man does not appear in AM_CONDITIONAL
./aminclude.am:77: DX_COND_rtf does not appear in AM_CONDITIONAL
./aminclude.am:87: DX_COND_xml does not appear in AM_CONDITIONAL
./aminclude.am:97: DX_COND_ps does not appear in AM_CONDITIONAL
./aminclude.am:126: DX_COND_pdf does not appear in AM_CONDITIONAL
configure.ac:4: error: Autoconf version 2.59 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
cat: configure: No such file or directory
./toolchain.sh: line 305: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
i`m trying to update pspsdk with psptoolchain,
i had previously installed pspsdk with precompiled binaries
from
http://www.capsgetpeeled.com/blog/archives/000480.html
i get these errors, i installed newest autoconf,
but nothing changed.
any ideas?
best,
wojciech
****
configure.ac:4: error: Autoconf version 2.59 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
./aminclude.am:35: DX_COND_doc does not appear in AM_CONDITIONAL
./aminclude.am:41: DX_COND_html does not appear in AM_CONDITIONAL
./aminclude.am:51: DX_COND_chm does not appear in AM_CONDITIONAL
./aminclude.am:55: DX_COND_chi does not appear in AM_CONDITIONAL
./aminclude.am:67: DX_COND_man does not appear in AM_CONDITIONAL
./aminclude.am:77: DX_COND_rtf does not appear in AM_CONDITIONAL
./aminclude.am:87: DX_COND_xml does not appear in AM_CONDITIONAL
./aminclude.am:97: DX_COND_ps does not appear in AM_CONDITIONAL
./aminclude.am:126: DX_COND_pdf does not appear in AM_CONDITIONAL
sdk/audio/Makefile.am: installing `./depcomp'
./aminclude.am:35: DX_COND_doc does not appear in AM_CONDITIONAL
./aminclude.am:41: DX_COND_html does not appear in AM_CONDITIONAL
./aminclude.am:51: DX_COND_chm does not appear in AM_CONDITIONAL
./aminclude.am:55: DX_COND_chi does not appear in AM_CONDITIONAL
./aminclude.am:67: DX_COND_man does not appear in AM_CONDITIONAL
./aminclude.am:77: DX_COND_rtf does not appear in AM_CONDITIONAL
./aminclude.am:87: DX_COND_xml does not appear in AM_CONDITIONAL
./aminclude.am:97: DX_COND_ps does not appear in AM_CONDITIONAL
./aminclude.am:126: DX_COND_pdf does not appear in AM_CONDITIONAL
configure.ac:4: error: Autoconf version 2.59 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/gm4 failed with exit status: 1
cat: configure: No such file or directory
./toolchain.sh: line 305: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
thanks mrbrown,
i made step further,
but some new errors appear
test -z "" || rm -f
cd . && /bin/sh /tmp/pspdev/pspsdk/missing --run autoheader
Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line 81.
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** [config.h.in] Error 1
ERROR BUILDING PSPSDK
sorry for bothering again,
but any ideas with it?
best,
wojciech
i made step further,
but some new errors appear
test -z "" || rm -f
cd . && /bin/sh /tmp/pspdev/pspsdk/missing --run autoheader
Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line 81.
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** [config.h.in] Error 1
ERROR BUILDING PSPSDK
sorry for bothering again,
but any ideas with it?
best,
wojciech
W32 PSPtoolchain
Any W32 PSPtoolchain?
-
- Posts: 9
- Joined: Thu Aug 11, 2005 1:52 pm
r declaration, which is probably not what you want
../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa
rameter list
make[3]: *** [inethelper.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
and yes Ive reinstalled make. Any suggestions?
../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa
rameter list
make[3]: *** [inethelper.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
and yes Ive reinstalled make. Any suggestions?
Mike3285: wtf is a palindrome
MaroonSand: no its not dude
MaroonSand: no its not dude
I'm also having problems with the PSPSDK. Here is what I did:
Downloaded the psptoolchain from oopo's site
Ran svn update (to update everything to revision 1710?)
./psptoolchain
Goes well until...
/cygdrive/c/DOCUME~1/Sim/LOCALS~1/Temp/ccf7ASwD.s: Assembler messages:
/cygdrive/c/DOCUME~1/Sim/LOCALS~1/Temp/ccf7ASwD.s:25: Error: illegal operands `v
midt.q M300'
make[3]: *** [sceGumLoadIdentity_vfpu.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/gum'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
This looks like something to do with cygwin but I don't know what...any suggestions? Thanks.
Downloaded the psptoolchain from oopo's site
Ran svn update (to update everything to revision 1710?)
./psptoolchain
Goes well until...
/cygdrive/c/DOCUME~1/Sim/LOCALS~1/Temp/ccf7ASwD.s: Assembler messages:
/cygdrive/c/DOCUME~1/Sim/LOCALS~1/Temp/ccf7ASwD.s:25: Error: illegal operands `v
midt.q M300'
make[3]: *** [sceGumLoadIdentity_vfpu.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/gum'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
This looks like something to do with cygwin but I don't know what...any suggestions? Thanks.