What if i put one file where it dosent belong?
When is this surprise gonna come out? Hopefully it can help me.
edit: I tryed and guess what It dosent work, it gives me the, MAKE ***[EBOOT.PSP]ERROR 1.when i try lesson6 of that one guys turorials.
What if i put one file where it dosent belong?
When is this surprise gonna come out? Hopefully it can help me.
edit: I tryed and guess what It dosent work, it gives me the, MAKE ***[EBOOT.PSP]ERROR 1.when i try lesson6 of that one guys turorials.
sometimes the easiest solutions elude us :cool: .Quote:
Originally Posted by yaustar
hmmm... I keep getting a 403 forbidden error when I try to upload the files.
:mad: ok I tried again and now its not giving me the 403 error but the upload just fails
ronbot3p0, pm me your email and I'll send it that way
I sent it, tell me if you got it. If you didnt is the same as my user name @yahoo.
edit, thats all I need,2 files?
rename the target = mp3 to target = blah or something like that and lesson 6 will compile(in the makefile)! I just tested it. The surprise is coming out either tomorrow or the next day!
ok ill try this, what is the suprise about?
Edit: it does compile but I think theres something wrong in the code because it dosent work on the psp well I get an error of a framebuffer, but im just going to FORGET ABOUT IT lol.
now can someone help (with codes and all of that) me to make a program im thinking about.
I accidentally deleted most of the thing I was gonna release. And it was done. So I gotta go write the code back.
im having a problem. Im trying to port over a project and keep getting this error when i type make. :
make: *** audio/polyphonic: No such files or directory. stop.
Make: *** [_dir_ausio/polyphonic] Error 2
Please help!
it can't find that dir that's referenced to somewhere. check your makefile and paths and stuff, you may need to help it find it. ;)
Ok this works for me but I was wondering if anyone managed to use the make kxploit command when compiling for firmware 1.5. Cygwin does this but whenever I try it with PSPDEV win32 it creates the correct Eboot in the 'without %' symbol "APP NAME" folder but then also makes a -P folder and an empty %"APP NAME" symbol folder where "APP NAME" is the program's folder title.
In the command prompt the error reads:
its the vertex sample in the psp/sdk/samples dir im trying to test.Code:mkdir -p "vertex"
psp-strip vertex.elf -o vertex/EBOOT.pbp
mkdir -p "vertex%"
a subdirectory or file -p already exists.
Error occured while proccessing: -p.
make *** [kxploit] error1
I can easily make 1.5 eboots via the Kxploit program then PSPBrew to customise them accordingly, but this would be useful if it could compile as 1.5 first off for quickly testing on my psp.
Thanks
yeah, it worked fine for me.
first, type make and let it compile. then after it finishes type make kxploit. and it will make the appropriate kxploit eboot.