Search found 18 matches

by bubugian
Thu Aug 13, 2009 7:01 pm
Forum: PSP Development
Topic: What is NID, how I could get and why
Replies: 8
Views: 8915

What is NID, how I could get and why

Hi all, I'm new with psp programming so, please be patient if my questions are banal. In some posts I found some reference to NID. Seems that NID is used for hooking sce function. I'm not sure to have understood so, I'm going to post some simple answer: - What is NID ? - Where is NID (how I discover...
by bubugian
Thu Aug 13, 2009 6:48 pm
Forum: PSP Development
Topic: PSP memory map: WHERE ?
Replies: 2
Views: 1373

jimparis wrote:You can find some info at http://hitmen.c02.at/files/yapspd/psp_doc/
Thanks, very useful!
by bubugian
Thu Aug 13, 2009 8:33 am
Forum: PSP Development
Topic: PSP memory map: WHERE ?
Replies: 2
Views: 1373

PSP memory map: WHERE ?

I'm new with psp programming so please be patient if my questions are banal. Looking at some samplecode (Fanjita sio's prx in this case) I found following code: int intr_handler(void *arg) { sceKernelDisableIntr(PSP_HPREMOTE_INT); u32 stat = _lw(0xBE5...
by bubugian
Wed Aug 12, 2009 7:57 am
Forum: PSP Development
Topic: sceHprmEnd, sceSysregUartIoEnable documentation
Replies: 4
Views: 1780

Thanks Jim for your help. Those are unrelated, they just tell the compiler/linker that you want to use Sony's built-in libc functions rather than the ones provided by newlib. Is it necessary to specify in makefile to use 'sce' functions? Where ? Is it possible to use a sort of overload of sce f ? Ma...
by bubugian
Wed Aug 12, 2009 3:17 am
Forum: PSP Development
Topic: sceHprmEnd, sceSysregUartIoEnable documentation
Replies: 4
Views: 1780

sceHprmEnd, sceSysregUartIoEnable documentation

I'm new with psp programming so please be patient if my questions are banal. Looking for SIO prx code sample I found a Fanjita's sio sample that make this calls: void _sioInit(void) { sceHprmEnd(); sceSysregUartIoEnable(4); sceSysconCtrlHRPowe...
by bubugian
Wed Aug 05, 2009 9:21 pm
Forum: PSP Development
Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
Replies: 7
Views: 2824

>And, there is a 3.0 version, no ?
Where is it? I found 2.0 only..
by bubugian
Wed Aug 05, 2009 8:42 pm
Forum: PSP Development
Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
Replies: 7
Views: 2824

>Don't use 1.5 for PSPLink, download the
>3.XX kernel one and use that
Why ?
3.xx CF instead of 5.0 M33-6 ?

Should I substitute original 150.pbp with original 3xx.pbp and use same 150addon ?

Many thanks!
by bubugian
Tue Aug 04, 2009 3:41 am
Forum: PSP Development
Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
Replies: 7
Views: 2824

I fix the problem:
- installing CF 5 M33-6
- re-installing 1.50 addon

I do not know what happens..
by bubugian
Tue Aug 04, 2009 1:18 am
Forum: PSP Development
Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
Replies: 7
Views: 2824

PSPLink and 80020148 error (could not be started) [SOLVED]

Hi all, I have a problem with psplink. I've downloaded psplink ver 2.0 and compiled over a ubuntu 9.04 (running as a client inside vbox). Compilation ends correctly but when I try to run it I get: 80020148 error. My psp is configured as follow: PSP: FAT FW: 5.0 M33 CF configuration (right key @ star...
by bubugian
Tue Jul 28, 2009 5:51 am
Forum: PSP Development
Topic: "psp-gcc: Command not found" psplink
Replies: 3
Views: 1478

'echo $PATH' give same output of 'sudo echo $PATH' so, I was believing that paths are same.

In effect, trying with 'sudo su' and updating PATH, all it's OK.
Many thanks!
by bubugian
Tue Jul 28, 2009 5:03 am
Forum: PSP Development
Topic: "psp-gcc: Command not found" psplink
Replies: 3
Views: 1478

"psp-gcc: Command not found" psplink

Hi all, I'm trying to install psplink and I have some errors: [code] xxx@yyy-u:~/prj/psp/psplink$ sudo make release [sudo] password for xxx: make -C libpsplink all make[1]: psp-config: Command not found make[1]: Entering directory `/home/actarus/prj/psp/psplink/libpsplink' psp-gcc -Os -G0 -Wall -fno...
by bubugian
Tue Nov 11, 2008 7:19 am
Forum: PSP Development
Topic: Can't contact svn.ps2dev.org
Replies: 2
Views: 1149

Firewall it's ok (port 3690)...
I'll try again tomorrow.

Thanks.
by bubugian
Tue Nov 11, 2008 5:57 am
Forum: PSP Development
Topic: Can't contact svn.ps2dev.org
Replies: 2
Views: 1149

Can't contact svn.ps2dev.org

I try the command:
[code]
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain .
[/code]

but i can't contact svn.ps2dev.org

What I should do ?
Thanks!
by bubugian
Tue Nov 11, 2008 4:43 am
Forum: PSP Development
Topic: Ububtu - psptoolchain - bad installation. How to remove it?
Replies: 1
Views: 1046

Ububtu - psptoolchain - bad installation. How to remove it?

How I could remove psptoolchain ?
I need to install it again and I want to remove it before...

txs very much!
by bubugian
Sat Oct 11, 2008 8:48 pm
Forum: PSP Development
Topic: Ubuntu: toolchain is installed but does not work well...
Replies: 3
Views: 1646

Remove toolchain before re-install

Is it necessary to remove the toolchain before proceeding with re-installation ?
If it is, woh I could proceed ?

Thanks!
by bubugian
Fri Oct 10, 2008 8:05 am
Forum: PSP Development
Topic: Hello world simple application : 80020148 error.
Replies: 8
Views: 3163

Hi all, after having made a lot of test, I have definitively ascertained that the problem's origin is the the toolchain. In fact, Eboot.pbp created from my system fail to run also on other psps. Same code and Makefile compiled in other system originate a correct Eboot.psp that runs perfectly ALSO on...
by bubugian
Fri Oct 10, 2008 8:03 am
Forum: PSP Development
Topic: Ubuntu: toolchain is installed but does not work well...
Replies: 3
Views: 1646

Ubuntu: toolchain is installed but does not work well...

Hi all, after having made a lot of test, I have definitively ascertained that I have a problem with the toolchain's installation. Eboot.pbp created from my system does not run (black screen and, after 10 seconds, psp off). Same code and Makefile compiled in other system originate a correct Eboot.psp...
by bubugian
Thu Oct 09, 2008 7:33 am
Forum: PSP Development
Topic: Hello world simple application : 80020148 error.
Replies: 8
Views: 3163

Hello world simple application : 80020148 error.

Hi all, sorry for stupid question, I'm a noob. Before writing here I did some searches over the net and inside the forum but I did not find anithing useful, so please, pe patient. Help me. After havin fight with toolchain installation over ubuntu 8.04, I try to code with simple (a thing that does no...