| View previous topic :: View next topic |
| Author |
Message |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Wed Jun 29, 2005 1:07 am Post subject: SDK Test and PSPE |
|
|
I got the SDK installed in Cygwin succesfully and got sdktest to compile... successfully. But it doesn't run on PSPE, is it just because PSPE is crappy or is there something wrong.
Note: I don't have a PSP currently, I had to send it back to Sony for exchange. |
|
| Back to top |
|
 |
DaveRoyal
Joined: 25 Jun 2005 Posts: 16 Location: Northern California, USA
|
Posted: Wed Jun 29, 2005 1:14 am Post subject: |
|
|
Shapyi,
Most likely the cause is that there's no .png file in the .pbp file.
I've just found this, and am attempting to put a png into the file using an unpacker.
Dave |
|
| Back to top |
|
 |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Wed Jun 29, 2005 1:28 am Post subject: |
|
|
| No, I put a PNG in for an ICON0.PNG, but it doesn't run... |
|
| Back to top |
|
 |
DaveRoyal
Joined: 25 Jun 2005 Posts: 16 Location: Northern California, USA
|
Posted: Wed Jun 29, 2005 1:31 am Post subject: SDKTest app |
|
|
Shapyi,
Ok, I put a ICON0.PNG into the pbp, but can now tell you it won't work on pspe, but does run on real hardware 1.5.
Dave |
|
| Back to top |
|
 |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Wed Jun 29, 2005 1:33 am Post subject: Re: SDKTest app |
|
|
| DaveRoyal wrote: | Shapyi,
Ok, I put a ICON0.PNG into the pbp, but can now tell you it won't work on pspe, but does run on real hardware 1.5.
Dave |
lol, well I guess thats what's important. I just rather test code on an emulator rather than on my PSP (once I get it back). |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
|
| Back to top |
|
 |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Wed Jun 29, 2005 2:13 am Post subject: |
|
|
Alright, thanks. |
|
| Back to top |
|
 |
sasq
Joined: 29 Jun 2005 Posts: 16
|
Posted: Wed Jun 29, 2005 8:02 am Post subject: |
|
|
| an -march=r6000 as compiler flag takes care of this problem, it will then run in the emulator. |
|
| Back to top |
|
 |
Sharkus
Joined: 19 Jun 2005 Posts: 27
|
Posted: Thu Jun 30, 2005 1:05 am Post subject: |
|
|
I get the following stderr.txt when I try to run the sample app under PSPE (with march=r6000 as a compiler flag). Any ideas?
| Code: | load C:\Program Files\pspe\ms0\PSP\GAME\SDKTEST\EBOOT.PBP
PBP format
illegal address
PC = 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
Fatal signal: Segmentation Fault (SDL Parachute Deployed) |
|
|
| Back to top |
|
 |
cable16
Joined: 22 Mar 2005 Posts: 22
|
Posted: Mon Jul 04, 2005 4:12 am Post subject: |
|
|
| where should I put -march=r6000 in the makefile? I tried a few places I thought it should go, and sdktest won't run in PSPE still. |
|
| Back to top |
|
 |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Mon Jul 04, 2005 6:49 pm Post subject: |
|
|
put it at the "CFLAGS" line
But it doesnt help me , as I have same error like the above.
| cable16 wrote: | | where should I put -march=r6000 in the makefile? I tried a few places I thought it should go, and sdktest won't run in PSPE still. |
|
|
| Back to top |
|
 |
cable16
Joined: 22 Mar 2005 Posts: 22
|
Posted: Tue Jul 05, 2005 1:15 am Post subject: |
|
|
| yea, that's where I put it, but I don't even get that error, nothing changes at all. |
|
| Back to top |
|
 |
laichung
Joined: 06 May 2005 Posts: 123
|
Posted: Thu Jul 07, 2005 12:49 pm Post subject: |
|
|
Is that no one can solve this problem???? I really need to run my program on emu first in order to debug it and I need SDK to use float and cpp.
| Sharkus wrote: | I get the following stderr.txt when I try to run the sample app under PSPE (with march=r6000 as a compiler flag). Any ideas?
| Code: | load C:\Program Files\pspe\ms0\PSP\GAME\SDKTEST\EBOOT.PBP
PBP format
illegal address
PC = 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
Fatal signal: Segmentation Fault (SDL Parachute Deployed) |
|
|
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Thu Jul 07, 2005 1:16 pm Post subject: |
|
|
No. The developers of PSPSDK do not support PSPE and never will. The reasons have been outlined in various other posts regarding PSPE (and on IRC). Basically it boils down to:
- PSPE is very rarely updated, so it cannot stay abreast of all of the latest and greatest developments.
- PSPE is not Open Source, so there is no way for anyone to improve it to make it compatible with PSPSDK.
- PSPE doesn't come close to emulating a real PSP. The developers only care about PSPSDK working on a real PSP.
- PSPE just plain sucks as an emulator.
I hope this clears things up. |
|
| Back to top |
|
 |
|