Search found 16 matches
- Thu Dec 31, 2009 12:35 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Wed Dec 30, 2009 10:41 am
- Forum: PSP Development
- Topic: sceKernelLoadExec() and sceKernelLoadExecVSHMs2() help
- Replies: 3
- Views: 2640
- Wed Dec 30, 2009 10:37 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
well i dont mean to sound like im flipping off. i dont mean to send off a signal like that. for that i apologize. but if people would maybe treat me with a little more respect and possibly actually help me rather than tell what i should learn first. its kind of agrivating when im trying to figure so...
- Wed Dec 30, 2009 1:35 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Wed Dec 30, 2009 1:26 am
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6348
- Tue Dec 29, 2009 7:53 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Tue Dec 29, 2009 5:30 am
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6348
but thats the thing. for the most part i could make decent programs for the pc. before i started trying to make a function that made a log on the psp i tested it first on the pc and it worked fine. when i did it on the psp i had not known you needed to have PSP in front. i kept doing O_WRONLY. after...
- Tue Dec 29, 2009 1:42 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Mon Dec 28, 2009 11:28 pm
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6348
- Mon Dec 28, 2009 9:00 am
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6348
- Mon Dec 28, 2009 8:08 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Mon Dec 28, 2009 8:05 am
- Forum: PSP Development
- Topic: i dont understand my error log
- Replies: 9
- Views: 6348
i dont understand my error log
C:\PSPSDK\MYPROJ~1\SALVAT~1>make psp-gcc -I. -IC:/pspsdk/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION= -o main.o main.c main.c:8:2: error: invalid preprocessing directive #inlcude main.c: In function 'main': main.c:79: error: 'O_RDONLY' undeclared (first use in this function) main.c:79: error: (E...
- Mon Dec 28, 2009 2:30 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Sun Dec 27, 2009 12:58 pm
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Sun Dec 27, 2009 5:43 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
- Sun Dec 27, 2009 3:36 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38062
Eboot launch help
can some one explain to me why this isnt working? #include <pspdebug.h> #include <pspkernel.h> #include <pspctrl.h> #include <psploadexec.h> #define printf pspDebugScreenPrintf #define PATH "ms0:/PSP/GAME/TestEboot/Eboot.PBP" PSP_MODULE_INFO("launch eboot test", 0...