| View previous topic :: View next topic |
| Author |
Message |
goldfox_79
Joined: 06 Oct 2006 Posts: 2
|
Posted: Fri Oct 06, 2006 3:32 pm Post subject: Help! About psp_ranlib! |
|
|
I tried to install psptoolchain as steps of Auri Rahimzadeh's book "Hacking the psp". But I met a error: CANNOT find psp-ranlib. What is that? I can't find useful information about this lib file from google.
Can anybody help me?
Thanks in advance. |
|
| Back to top |
|
 |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Fri Oct 06, 2006 6:00 pm Post subject: Re: Help! About psp_ranlib! |
|
|
psp-ranlib is a program as a part of binutils. did you build binutils?
And what OS (linux/cygwin?) are you using? did you set the path of PSPSDK correctly?
| goldfox_79 wrote: | I tried to install psptoolchain as steps of Auri Rahimzadeh's book "Hacking the psp". But I met a error: CANNOT find psp-ranlib. What is that? I can't find useful information about this lib file from google.
Can anybody help me?
Thanks in advance. |
|
|
| Back to top |
|
 |
goldfox_79
Joined: 06 Oct 2006 Posts: 2
|
Posted: Fri Oct 06, 2006 7:55 pm Post subject: Re: Help! About psp_ranlib! |
|
|
| laichung wrote: | psp-ranlib is a program as a part of binutils. did you build binutils?
And what OS (linux/cygwin?) are you using? did you set the path of PSPSDK correctly?
| goldfox_79 wrote: | I tried to install psptoolchain as steps of Auri Rahimzadeh's book "Hacking the psp". But I met a error: CANNOT find psp-ranlib. What is that? I can't find useful information about this lib file from google.
Can anybody help me?
Thanks in advance. |
|
My system is Linux and I installed the package with following steps (as described in the book, "Hacking the PSP"):
1. build & install binutils ---- OK
2. build & install gcc 4.0.1---- OK
3. install pspsdk headers ---- Here, I met the error. I search the system and can not find the psp_ranlib.
Anything wrong or I miss something?
Thanks |
|
| Back to top |
|
 |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Mon Oct 09, 2006 12:58 am Post subject: Re: Help! About psp_ranlib! |
|
|
did you use the lateset patch from svn.ps2dev.org? if your step 1 and 2 is correct , you should find a program called psp-ranlib at /usr/local/pspdev/bin . If you cannt find the folder /usr/local/pspdev, that's mean somethings wrong.
I didnt watch that guide. But I think you better download the lateset toolchain from PSPSDK forum. And follow the comments from the toolchain readme. Also you better ask you questions at PSPSDK forum, since your question is off-topic with this forum. You better take a look to "PSPSDK Support and Development" first. |
|
| Back to top |
|
 |
FreePlay
Joined: 04 Jan 2006 Posts: 71 Location: Schenectady, New York, USA
|
Posted: Mon Oct 16, 2006 8:02 am Post subject: |
|
|
| My guess would be that the script is expecting the PSPDEV or PSPSDK environment variables to be set, and he doesn't have them set. |
|
| Back to top |
|
 |
|