Search found 13 matches

by rus_pa
Tue Feb 05, 2008 6:35 pm
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

Don't you worry ;) just a statement!
by rus_pa
Tue Feb 05, 2008 6:41 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

I just made a simple netbeans app with a lousy form to spit whatever textfield text through the serial port I have, and I experience HUGE data loss (I read char by char and I loss data when spitting in a string, for example).
Damn, no chance I gotta dig it a little deeper :D :D :D
by rus_pa
Tue Feb 05, 2008 5:12 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

I got it, don't know still exactly why, but even if I have the same sdk and the same fw version of your one, jean, I gotta replace sceSysconCtrlHRPower with sceSyscon_driver_44439604 that afaik is the direct call mapped somewhere in the libraries. Perhaps It'd be possible our systems differ for an u...
by rus_pa
Tue Feb 05, 2008 4:46 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

Anyway: http://forums.ps2dev.org/viewtopic.php?p=64418#64418 no way, I gotta figure out another way, also this code returns a main.o: In function `_sioInit': /cygdrive/c/pspdev/_code/003_sioprx/main.c:105: undefined reference to `sceSysconCtrlHRPower' collect2&#5...
by rus_pa
Mon Feb 04, 2008 11:10 pm
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

hy jean ;) Yes I provide k1 stuff and run in kernel mode, I think the problem is somewhat related to the makefile, as far as I tried sometimes I get the same missing reference error also in normal one-file all-kernel-mode source pspDebugSioInit() calls, but only in certain cases. This is uncommon si...
by rus_pa
Mon Feb 04, 2008 5:14 pm
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

Well, sceSysregUartIoEnable(4) and sceSysconCtrlHRPower(1) which are called by either that code you posted or internally by pspDebugSioInit have different nids in 3.71, and 3.71 M33 didn't have any nids resolver. Thanks, I got the point. This is why I found an uncertain sceSysconCtrlHRPower surroga...
by rus_pa
Mon Feb 04, 2008 9:41 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

ok it compiles, also with other pspDebugxxx instructions now, but psp crashes on serial initialization. I wonder wether I got to include some raw code from sio.c or something.
by rus_pa
Mon Feb 04, 2008 9:17 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

TARGET = sioprx #OBJS = sceDisplay_driver.o main.o OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) BUILD_PRX = 1 PRX_EXPORTS = exports.exp USE_KERNEL_LIBC=1 USE_KERNEL_LIBS=1 LIBDIR = LDFLAGS = -mno-crt...
by rus_pa
Mon Feb 04, 2008 8:02 am
Forum: PSP Development
Topic: troubles referencing sceHprmEnd
Replies: 14
Views: 3700

troubles referencing sceHprmEnd

I noticed I cannot compile any of the sio prx example sources I could find here or in the sdk examples, always my compiler blows as soon as I insert a specific "sioDebugxxx" command, I'm a bit worried for that because other prx code works and runs... #include <pspsdk.h> #include <pspkernel...
by rus_pa
Sun Feb 03, 2008 4:54 am
Forum: PSP Development
Topic: my prx doesn't printf
Replies: 3
Views: 2017

my prx doesn't printf

hy, I just managed to compile & load successfully a prx :D (got troubles.. anyway) I exported some functions, the first returns an integer, another writes to screen a junkie text. calling from the main program, the first writes my integer to screen, the second doesn't do anything, seems to just ...
by rus_pa
Mon Jan 07, 2008 4:58 pm
Forum: PSP Development
Topic: error 80020148
Replies: 10
Views: 4679

never mind, I really wasn't in the mood yesterday :P
No I do not think I have 1.50 pieces in my new firmware, in fact all the eboots placed under game150 are not listed in the dash, and right. I'll look for how to add this 1.50 junkies :) Thanks!
by rus_pa
Mon Jan 07, 2008 10:34 am
Forum: PSP Development
Topic: error 80020148
Replies: 10
Views: 4679

Here's the Solution Oh and in the future go post somewhere else.. Like DCEmu or PSPupdates :) Thanks Some people seems not to be ashamed while showing off their stupidity in public. I'm not talking of your games iso, you mr.comicity (I don't give a nickel about what the error number means either), ...
by rus_pa
Mon Jan 07, 2008 9:47 am
Forum: PSP Development
Topic: error 80020148
Replies: 10
Views: 4679

error 80020148

I'm getting this error while trying to play some of my eboots, I remember I was able to run them on cf 351, now I got 371 and I guess something has changed (and I left psp developement for months), maybe some incompatibilty of the new firmware, I was reading some stuff regarding the necessity of doi...