Search found 16 matches

by S4LVAT10N
Thu Dec 31, 2009 12:35 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

ya i understand everyone
by S4LVAT10N
Wed Dec 30, 2009 10:41 am
Forum: PSP Development
Topic: sceKernelLoadExec() and sceKernelLoadExecVSHMs2() help
Replies: 3
Views: 2394

i have used sceKernelLoadExec to load eboots on 3.71, 3.90, 4.01, and 5.01 and im assuming yes. as for the VSH function i havent used that yet so sorry
by S4LVAT10N
Wed Dec 30, 2009 10:37 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

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...
by S4LVAT10N
Wed Dec 30, 2009 1:35 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

how am i an asshole. since i got on this site people been treating me like trash and i greatly appreciate thoose who havent. how is that being an ass? take the log out of your eye before you come telling me bout the speck in mine
by S4LVAT10N
Wed Dec 30, 2009 1:26 am
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 5470

sorry. i ment like in the error log it repeatedly said path redifined and i thought u thought that was an error and i was just saying i wanted it like that. that it wasnt an error
by S4LVAT10N
Tue Dec 29, 2009 7:53 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

why does every1 think i dnt have a psp? i just didnt have one for that day because i was grounded. well i still dnt but eventually im ggetting it back. but thanks for the help
by S4LVAT10N
Tue Dec 29, 2009 5:30 am
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 5470

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...
by S4LVAT10N
Tue Dec 29, 2009 1:42 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

btw thanks neoh. i had figured this out a while before you guys started posting but thank you for trying to help.
by S4LVAT10N
Mon Dec 28, 2009 11:28 pm
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 5470

lol arnie path is suppose to be like that. it continuosuly changes but i wanted it like that and it works fine. im just trying to add a log to my program and last time i checked you dont need to declare O_CREAT or O_WRONLY....
by S4LVAT10N
Mon Dec 28, 2009 9:00 am
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 5470

lol ya i just figured that out. thanks. i type to fast and dont look at what im typing so i mess up alot

EDIT: its still saying O_WRONLY and O_CREAT are undeclared...
by S4LVAT10N
Mon Dec 28, 2009 8:08 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

1) someone tests it for me. 2) i also use the psp emulator to test out my programs. you dont neccesarily need NEED a psp to program for psp
by S4LVAT10N
Mon Dec 28, 2009 8:05 am
Forum: PSP Development
Topic: i dont understand my error log
Replies: 9
Views: 5470

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...
by S4LVAT10N
Mon Dec 28, 2009 2:30 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

im not asking for wrorking code. since your already on psp programming you would know i already figured this out. thats not how you write structures and thats why this didnt work. it should be written like: struct SceKernelLoadExecParam param; param.size = sizeof(param); param.args =...
by S4LVAT10N
Sun Dec 27, 2009 12:58 pm
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

dats not being an asshole. thats being upfront. and love da word btw :p
by S4LVAT10N
Sun Dec 27, 2009 5:43 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

if you need more details then you obviously cant answer my question
by S4LVAT10N
Sun Dec 27, 2009 3:36 am
Forum: PSP Development
Topic: Eboot launch help
Replies: 25
Views: 35649

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&#58;/PSP/GAME/TestEboot/Eboot.PBP" PSP_MODULE_INFO&#40;"launch eboot test", 0...