Search found 18 matches
- Thu Aug 13, 2009 7:01 pm
- Forum: PSP Development
- Topic: What is NID, how I could get and why
- Replies: 8
- Views: 10138
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...
- Thu Aug 13, 2009 6:48 pm
- Forum: PSP Development
- Topic: PSP memory map: WHERE ?
- Replies: 2
- Views: 1746
Thanks, very useful!jimparis wrote:You can find some info at http://hitmen.c02.at/files/yapspd/psp_doc/
- Thu Aug 13, 2009 8:33 am
- Forum: PSP Development
- Topic: PSP memory map: WHERE ?
- Replies: 2
- Views: 1746
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...
- Wed Aug 12, 2009 7:57 am
- Forum: PSP Development
- Topic: sceHprmEnd, sceSysregUartIoEnable documentation
- Replies: 4
- Views: 2261
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...
- Wed Aug 12, 2009 3:17 am
- Forum: PSP Development
- Topic: sceHprmEnd, sceSysregUartIoEnable documentation
- Replies: 4
- Views: 2261
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...
- Wed Aug 05, 2009 9:21 pm
- Forum: PSP Development
- Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
- Replies: 7
- Views: 3693
- Wed Aug 05, 2009 8:42 pm
- Forum: PSP Development
- Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
- Replies: 7
- Views: 3693
- Tue Aug 04, 2009 3:41 am
- Forum: PSP Development
- Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
- Replies: 7
- Views: 3693
- Tue Aug 04, 2009 1:18 am
- Forum: PSP Development
- Topic: PSPLink and 80020148 error (could not be started) [SOLVED]
- Replies: 7
- Views: 3693
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...
- Tue Jul 28, 2009 5:51 am
- Forum: PSP Development
- Topic: "psp-gcc: Command not found" psplink
- Replies: 3
- Views: 2362
- Tue Jul 28, 2009 5:03 am
- Forum: PSP Development
- Topic: "psp-gcc: Command not found" psplink
- Replies: 3
- Views: 2362
"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...
- Tue Nov 11, 2008 7:19 am
- Forum: PSP Development
- Topic: Can't contact svn.ps2dev.org
- Replies: 2
- Views: 1404
- Tue Nov 11, 2008 5:57 am
- Forum: PSP Development
- Topic: Can't contact svn.ps2dev.org
- Replies: 2
- Views: 1404
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!
[code]
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain .
[/code]
but i can't contact svn.ps2dev.org
What I should do ?
Thanks!
- Tue Nov 11, 2008 4:43 am
- Forum: PSP Development
- Topic: Ububtu - psptoolchain - bad installation. How to remove it?
- Replies: 1
- Views: 1234
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!
I need to install it again and I want to remove it before...
txs very much!
- Sat Oct 11, 2008 8:48 pm
- Forum: PSP Development
- Topic: Ubuntu: toolchain is installed but does not work well...
- Replies: 3
- Views: 2024
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!
If it is, woh I could proceed ?
Thanks!
- Fri Oct 10, 2008 8:05 am
- Forum: PSP Development
- Topic: Hello world simple application : 80020148 error.
- Replies: 8
- Views: 4018
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...
- Fri Oct 10, 2008 8:03 am
- Forum: PSP Development
- Topic: Ubuntu: toolchain is installed but does not work well...
- Replies: 3
- Views: 2024
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...
- Thu Oct 09, 2008 7:33 am
- Forum: PSP Development
- Topic: Hello world simple application : 80020148 error.
- Replies: 8
- Views: 4018
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...