| View previous topic :: View next topic |
| Author |
Message |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 5:59 am Post subject: Toolchain Script help.... |
|
|
This is the error I get when I run the Toolchain script.
I ran the script with all of the switches ex: ./toolchain.sh -d -b -g -n -p. It runs fine until it gets to this spot. |
|
| Back to top |
|
 |
waza
Joined: 18 Jul 2005 Posts: 12
|
Posted: Wed Jul 20, 2005 7:33 am Post subject: |
|
|
have u tried only ./toolchain.sh ?
i think option are here only to install specific stuffs. if u want all just use regular call.
Waza |
|
| Back to top |
|
 |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 7:53 am Post subject: |
|
|
| Yes, it does the same thing, it gets to the pspsdk part and then gives that error |
|
| Back to top |
|
 |
TheDevilsJester
Joined: 06 Apr 2005 Posts: 16
|
Posted: Wed Jul 20, 2005 8:13 am Post subject: |
|
|
If you post your environment information, it will help track down the issue. (I.E. OS, Kernel ver, GCC ver, gmake ver, 32/64 bit, etc...) From the looks of that font though...looks like you might be using cygwin....?
Last edited by TheDevilsJester on Wed Jul 20, 2005 8:19 am; edited 1 time in total |
|
| Back to top |
|
 |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 8:18 am Post subject: |
|
|
| Win XP w\ latest cygwin. not sure on the version of gmake i use toolchain.sh to download gcc 4.0.0.1 |
|
| Back to top |
|
 |
TheDevilsJester
Joined: 06 Apr 2005 Posts: 16
|
Posted: Wed Jul 20, 2005 8:23 am Post subject: |
|
|
cygwin, yeah it figures, thats your problem :) I have never had success getting anything working in cygwin.
If you are serious about deving for the PSP why not just install a version of linux? If you are not experienced with partitioning, there are some versions out there that repartition your HD for you automagically without data loss (Mandrake and Xandros are two that come to mind). Unless you have a tiny HD, you probably have a good 3-5 GB to spare for dual booting linux. Its as easy as booting the CD and hitting a couple "Next >" buttons. |
|
| Back to top |
|
 |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 8:26 am Post subject: |
|
|
| well i got an extra machine lying around i guess i'll do a clean intsall of linux on that one. Thanks. |
|
| Back to top |
|
 |
waza
Joined: 18 Jul 2005 Posts: 12
|
Posted: Wed Jul 20, 2005 9:28 am Post subject: |
|
|
i am using cygwin with no problems
Waza |
|
| Back to top |
|
 |
waza
Joined: 18 Jul 2005 Posts: 12
|
Posted: Wed Jul 20, 2005 9:29 am Post subject: |
|
|
be sure to get everything required with cygwin downloaded. there is a post in here with what u need to get cygwin to work correctly with script.
Waza |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Wed Jul 20, 2005 11:19 am Post subject: |
|
|
If you still want to try cygwin, what version of make, automake, and autoconf do you have, along with what version of the toolchain? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 11:34 am Post subject: |
|
|
| i have make 3.80-1, automake 1.95-2 and autoconf 2.13-1, I have the toolchain from Oopo's site. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Jul 20, 2005 11:53 am Post subject: |
|
|
| SirPyros wrote: | | i have make 3.80-1, automake 1.95-2 and autoconf 2.13-1, I have the toolchain from Oopo's site. |
Your autoconf is too old, get at least 2.59. |
|
| Back to top |
|
 |
SirPyros
Joined: 20 Jul 2005 Posts: 6
|
Posted: Wed Jul 20, 2005 11:57 am Post subject: |
|
|
where can i get it?
[EDIT] Nevermind i got it and it worked, I needed newer versions of both autoconf and automake |
|
| Back to top |
|
 |
|