| View previous topic :: View next topic |
| Author |
Message |
hu.gz
Joined: 08 Sep 2008 Posts: 1
|
Posted: Mon Sep 08, 2008 2:24 am Post subject: PELDET: Who can make me run on 3.90M33 or above? |
|
|
Hardware: PSP 1000
Firmware: PSP 3.90M33-3
Homebrew soft: PELDET
Once popular telnet software on psp, the src and bin can be got here:
http://localhost.geek.nz/telnet/
I downloaded the src and compiled on my cygwin env, and then got an 80020148 error. Then I followed an 1.5-3.xx migration guidance to modifiy makefile and main.c and recompiled, some improvements are made then, I got another new error:8002013C.
Someone said people get this error because they touched kernel mode in a user-mode env, and you can solve this problem by changing kernel mode methods into user mode methods.
However I wonder how, may some guy do me a favor to tell me something about this, or just modify it as an example.
After all, there are many newbies who are consumed by issues on kernel mode. |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Mon Sep 08, 2008 2:35 am Post subject: |
|
|
8002013c is "library not found" => you probably didn't load your prx which contains your kernel functions.
you may have look here _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Mon Sep 08, 2008 2:40 am Post subject: |
|
|
@pspZorba, if he did not link his prx then he would get a library not linked yet error which is 13a :)
your problem seems to be in your makefile. _________________
Upgrade your PSP |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Mon Sep 08, 2008 3:40 am Post subject: |
|
|
@Pirata Nervo : you are right ;-) _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
|