PELDET: Who can make me run on 3.90M33 or above?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
hu.gz
Posts: 1
Joined: Mon Sep 08, 2008 2:04 am

PELDET: Who can make me run on 3.90M33 or above?

Post by hu.gz »

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.
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

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 !
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

@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.
Image
Upgrade your PSP
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

@Pirata Nervo : you are right ;-)
--pspZorba--
NO to K1.5 !
Post Reply