Search found 17 matches
- Tue Jun 16, 2009 5:03 am
- Forum: PSP Development
- Topic: SDL and SceGu examples?
- Replies: 6
- Views: 2220
- Tue Jun 16, 2009 1:08 am
- Forum: PSP Development
- Topic: SDL and SceGu examples?
- Replies: 6
- Views: 2220
- Mon Jun 15, 2009 10:29 am
- Forum: PSP Development
- Topic: SDL and SceGu examples?
- Replies: 6
- Views: 2220
SDL and SceGu examples?
After searching for some sort of an example of using structures and functions specifically initializing and drawing related functions for both SDL and the psp's GU which should work with each other seamlessly, I failed to any. If you know of any examples or certain certain functions to use that will...
- Sat Jan 03, 2009 1:33 pm
- Forum: PSP Development
- Topic: windows SDL to PSP, SDL_main undefined reference
- Replies: 7
- Views: 2177
- Sat Jan 03, 2009 12:57 pm
- Forum: PSP Development
- Topic: windows SDL to PSP, SDL_main undefined reference
- Replies: 7
- Views: 2177
- Sat Jan 03, 2009 11:23 am
- Forum: PSP Development
- Topic: windows SDL to PSP, SDL_main undefined reference
- Replies: 7
- Views: 2177
I change it to this:
the top three errors went away, but I still have the undefined reference error
Code: Select all
PSPBIN = $(PSPSDK)/../../bin
- Sat Jan 03, 2009 10:18 am
- Forum: PSP Development
- Topic: windows SDL to PSP, SDL_main undefined reference
- Replies: 7
- Views: 2177
windows SDL to PSP, SDL_main undefined reference
Hi, I have an error when trying to port my SDL windows game to the psp. I searched on google, but I can't seem to get it working. Error: C:\SDLdev\projects\game>make -f makefile.psp process_begin: CreateProcess((null), C:/pspdev/psp/sdk/../bin/sdl-conf...
- Mon Nov 10, 2008 8:49 am
- Forum: PSP Development
- Topic: "ld.exe: .: No such file: Permission denied"
- Replies: 5
- Views: 2865
- Mon Nov 10, 2008 3:55 am
- Forum: PSP Development
- Topic: "ld.exe: .: No such file: Permission denied"
- Replies: 5
- Views: 2865
- Sun Nov 09, 2008 7:44 pm
- Forum: PSP Development
- Topic: "ld.exe: .: No such file: Permission denied"
- Replies: 5
- Views: 2865
"ld.exe: .: No such file: Permission denied"
Hi, I seem to be having something incorrect inside the Makefile. Can someone point it out to me? Thanks in advance. Makefile TARGET = Test PSP_EBOOT_ICON = ICON0.png PSP_EBOOT_ICON1 = NULL PSP_EBOOT_PIC1 = NULL PSP_EBOOT_SND0 = NULL OBJS = main.o c/Source/adhoc.o LIBS =C:/pspdev/psp/sdk/lib/...
- Fri Sep 19, 2008 11:00 am
- Forum: PSP Development
- Topic: Error on Zorba's Adhoc example
- Replies: 3
- Views: 1942
- Fri Sep 19, 2008 10:38 am
- Forum: PSP Development
- Topic: Error on Zorba's Adhoc example
- Replies: 3
- Views: 1942
Error on Zorba's Adhoc example
I edited all the errors I originally got, but I can't slove this one. According to the psp docs this, should work, but my compiler says otherwise. Maybe my lib for this function is out of date; however, I updated my sdk using the 4.01 m33-2 sdk update. 1>ZBadhoc.cpp (699) : error: invalid conversion...
- Thu Apr 03, 2008 8:18 am
- Forum: PSP Development
- Topic: Slide image from x, y -> x2, y2
- Replies: 17
- Views: 4950
- Sun Mar 30, 2008 11:06 am
- Forum: PSP Development
- Topic: Help with Adhoc on 3.xx?
- Replies: 7
- Views: 3315
- Sun Mar 30, 2008 3:40 am
- Forum: PSP Development
- Topic: Load Iso's/Cso's
- Replies: 24
- Views: 13705
- Sun Mar 30, 2008 2:29 am
- Forum: PSP Development
- Topic: Help with Adhoc on 3.xx?
- Replies: 7
- Views: 3315
Re: Help with Adhoc on 3.xx?
I guess u missed the following line in ur makefile ;) LDFLAGS = -mno-crt0 -nostartfiles add this in, and try again,good luck Yes, that was in my makefile. i am about to try what insert_witty_name said too and i heard that pirata got it workin while i was sleepin. i'll ask him more about it. thx, in...
- Sat Mar 29, 2008 9:23 am
- Forum: PSP Development
- Topic: Help with Adhoc on 3.xx?
- Replies: 7
- Views: 3315
Help with Adhoc on 3.xx?
Hey, i got this problem. I want to be able to put adhoc on 3.xx a homebrew. I did BlackPhoenix's example and it was made for 1.5 kernel. i tried to mod for 3.xx and i was told to make a prx loader in usermode, make a prx in kernel, and put the adhoc functions inside the prx. then run the prx from th...