| View previous topic :: View next topic |
| Author |
Message |
pspguy190
Joined: 23 Jul 2005 Posts: 11
|
Posted: Thu Aug 04, 2005 7:30 am Post subject: Compiling Problem |
|
|
I have been able to complie nem's hello world for psp but i can't get to compile the source for pspweather v1.05. Here is the error message i get:
| Code: | $make
/usr/local/pspdev/psp/bin/psp-gcc -march+r4000 -g -mgp32 -c -xassembler -O -o startup.o startup.s
make: /usr/local/pspdev/psp/bin/psp-gcc: Command not found
make: *** [startup.o] Error 127 |
Last edited by pspguy190 on Thu Aug 04, 2005 10:54 pm; edited 1 time in total |
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Thu Aug 04, 2005 7:47 am Post subject: |
|
|
| The [ in your path after psp there might be the problem. |
|
| Back to top |
|
 |
pspguy190
Joined: 23 Jul 2005 Posts: 11
|
Posted: Thu Aug 04, 2005 10:40 pm Post subject: |
|
|
| That was a typo just changing it |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Aug 04, 2005 11:03 pm Post subject: |
|
|
download and install the newest toolchain and sdk from svn, then see if you get that error. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
pspguy190
Joined: 23 Jul 2005 Posts: 11
|
Posted: Fri Aug 12, 2005 11:00 am Post subject: |
|
|
| can u tell me how to do that. i have been trying for a while but can't get it right. i personaly don't think in the instructions with the pspsdk readme are helpfull. Please help |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
|
| Back to top |
|
 |
pspguy190
Joined: 23 Jul 2005 Posts: 11
|
Posted: Sat Aug 13, 2005 1:35 pm Post subject: |
|
|
I deleted everything as u said and downloaded the psptoolchain script from opoo.net. Then I followed the instrustions on the psp faq. In the end i also used this command to intall the latest pspsdk:
Then i went back to pspWeather v1.05 source and used the make command. I was afraid to see the error message again. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sat Aug 13, 2005 3:12 pm Post subject: |
|
|
Make sure that you ran the orginial toolchain first... ./toolchain (without the -p)
Do you have all of your enviroment variables set? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
pspguy190
Joined: 23 Jul 2005 Posts: 11
|
Posted: Mon Aug 15, 2005 7:05 am Post subject: |
|
|
| I did use ./toolchain.sh alone first then after hours i set the enviorment variables and then used ./ttolchain.sh -p after that i was able to build all of the sample programs but i still get the error for pspWeather |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Mon Aug 15, 2005 10:55 am Post subject: |
|
|
| pspguy190 wrote: | | I did use ./toolchain.sh alone first then after hours i set the enviorment variables and then used ./ttolchain.sh -p after that i was able to build all of the sample programs but i still get the error for pspWeather |
From what I remember, the PSP Weather program was built before the SDK (or at least at the very beginning). I would contact the author for an update, or try to update it yourself. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
|