| View previous topic :: View next topic |
| Author |
Message |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Sat Oct 27, 2007 12:16 am Post subject: devkitpro supported? |
|
|
Is devkitPro still supporting the PSP? I tried compiling one of the samples but got a
"make: *** No rule to make target `/lib/build.mak'. Stop." |
|
| Back to top |
|
 |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Sun Oct 28, 2007 9:07 am Post subject: |
|
|
| Anyone? |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sun Oct 28, 2007 10:32 am Post subject: |
|
|
| You don't say which version of devkitpro, nor which sample, but some of the samples are outdated and don't compile with the current toolchain. Ditto for many of the things in the pspware repo. Particularly for Slim/3.71. You have to look at the things that do work and go from there. One day, maybe someone will clean up all the old stuff. It's unfortunate, but the toolchain evolves while the samples and old apps don't get updated and eventually no longer work. |
|
| Back to top |
|
 |
hrimfaxi
Joined: 23 Nov 2006 Posts: 22
|
Posted: Sun Oct 28, 2007 4:14 pm Post subject: |
|
|
it's psp-config's fault, in the windows cmd.exe using psp-config -p will result in:
| Quote: |
Error, path not large enough for creating the PSPSDK path
|
but in msys shell it seems to be OK.
Build project in the msys shell, or replace the $(shell psp-config -p) with you pspsdk location. |
|
| Back to top |
|
 |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Sun Oct 28, 2007 8:25 pm Post subject: |
|
|
| Sorry for being unclear. I just wanted to know if there was any point to start digging for the problem. But as it seems like there is, I'm very happy with the answers. |
|
| Back to top |
|
 |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Sun Oct 28, 2007 8:41 pm Post subject: |
|
|
| hrimfaxi wrote: | it's psp-config's fault, in the windows cmd.exe using psp-config -p will result in:
| Quote: |
Error, path not large enough for creating the PSPSDK path
|
|
Thanks for that tip. psp-config wasn't found at all. I fixed this by just adding a path to devkitpsp/bin and everything worked fine without changes to makefile. I'm not sure if that's something the devkitPro installation should do, or if there is some other reason it wasn't working out of the box.
So, the latest devkitPro usually contains latest pspsdk and toolchain as well? I ask because I don't see any update-news of that on the devkitPro homepage. |
|
| Back to top |
|
 |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Mon Oct 29, 2007 3:07 am Post subject: |
|
|
| Gah... I'm not sure, but it seems that the PSP stuff in devkitPro is from April. Still, It seems to work well as long as I don't try to compile for newer firmwares. |
|
| Back to top |
|
 |
Jesse
Joined: 28 Mar 2006 Posts: 9
|
Posted: Tue Oct 30, 2007 4:37 am Post subject: |
|
|
The "newer firmware" problems was a mistake from my side with setting the PSP_HEAP_SIZE_KB too high, so hopefully it will still work for all versions of the PSP.
I'm going to stop talking to myself now, but feel free to check out what I managed to throw together at www.collectingsmiles.com/rorschach |
|
| Back to top |
|
 |
|