the application is in italian languages, but i can understand! lol
what can do this app exactly? i have read your site but i don't understand so much...
p.s. you can thanks me for downgrading your psp, do you like the background? ;)
Search found 26 matches
- Sun Sep 03, 2006 10:57 pm
- Forum: PSP Development
- Topic: Nanodesktop video available
- Replies: 3
- Views: 1873
- Tue Jul 11, 2006 6:02 pm
- Forum: PSP Development
- Topic: sdl compiling error??
- Replies: 7
- Views: 2110
-I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin This part is wrong. It looks like it's somehow picking up your system's installation of SDL instead of the PSPs. You did build and install the PSP SDL, right? Can you show us the output of these three commands:...
- Tue Jul 11, 2006 4:35 am
- Forum: PSP Development
- Topic: sdl compiling error??
- Replies: 7
- Views: 2110
- Mon Jul 10, 2006 7:56 pm
- Forum: PSP Development
- Topic: sdl compiling error??
- Replies: 7
- Views: 2110
- Sun Jul 09, 2006 9:44 pm
- Forum: PSP Development
- Topic: sdl compiling error??
- Replies: 7
- Views: 2110
sdl compiling error??
Hi! when i'm tring to compile the sdl test sample taken from here it give me thi error: cc1: error: invalid option 'no-cygwin' why? this is makefile... TARGET = sdltest OBJS = sdltest.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(...
- Tue Jun 13, 2006 7:31 pm
- Forum: PSP Development
- Topic: SDL ./configure error
- Replies: 4
- Views: 1983
- Fri Jun 02, 2006 12:14 am
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
- Tue May 30, 2006 6:24 pm
- Forum: PSP Development
- Topic: new error with sdl
- Replies: 8
- Views: 2950
- Mon May 29, 2006 7:11 pm
- Forum: PSP Development
- Topic: new error with sdl
- Replies: 8
- Views: 2950
- Mon May 29, 2006 5:23 am
- Forum: PSP Development
- Topic: new error with sdl
- Replies: 8
- Views: 2950
- Mon May 29, 2006 5:04 am
- Forum: PSP Development
- Topic: new error with sdl
- Replies: 8
- Views: 2950
- Mon May 29, 2006 4:44 am
- Forum: PSP Development
- Topic: new error with sdl
- Replies: 8
- Views: 2950
- Wed May 24, 2006 6:39 pm
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
You're telling it the target elf requires libGL.a and libglut.a from the parent directory of where the makefile is at... which I'm guessing is very not right ;) ...then you have things like $PSPPATH and such being used... ...and $PSPSDK doesn't seem to be used at all... Is there a reason you are ha...
- Tue May 23, 2006 7:06 pm
- Forum: PSP Development
- Topic: sdl simple sample??
- Replies: 5
- Views: 2313
- Tue May 23, 2006 6:29 pm
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
- Mon May 22, 2006 7:19 pm
- Forum: PSP Development
- Topic: sdl simple sample??
- Replies: 5
- Views: 2313
there is a test sample under sdl/tests comes with Makefile so that is where you should start and there are numerous other samples like blitting that come with SDL thanks for the answer, BTW i haven't found this folder... can you attack it somewere? :) ot: the SDL folder with include is installed in...
- Sun May 21, 2006 11:40 pm
- Forum: PSP Development
- Topic: sdl simple sample??
- Replies: 5
- Views: 2313
sdl simple sample??
i'm a noob and i don't know how to compile src written with sdl, i have installed (successfull?) sdl library but i can't test it...
someone have a simple .c file with makefile which is fine to compile?
maybe an hello world is good...
thanks! :)
someone have a simple .c file with makefile which is fine to compile?
maybe an hello world is good...
thanks! :)
- Sat May 20, 2006 6:28 pm
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
- Fri May 19, 2006 7:01 pm
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
Check the folder /usr/bin/local/pspdev/psp/libs (it should be somewhere around there... can't remember the exact path as I don't have access to my dev PC right now). Make sure the file ligGL.a is in there. I'm thinking that the lib isn't there. that lib is in the dir: C:\cygwin\usr\local\pspdev\psp...
- Thu May 18, 2006 7:13 pm
- Forum: PSP Development
- Topic: pspgl-test doesn't compile...
- Replies: 10
- Views: 4669
pspgl-test doesn't compile...
hello!! :)
i have installed the latest version of toolchain and it works fine, i have installe d other lib and works.
but pspgl doesn't work!
when i try to compile it give me this cygwin give me this error:
thanks
i have installed the latest version of toolchain and it works fine, i have installe d other lib and works.
but pspgl doesn't work!
when i try to compile it give me this cygwin give me this error:
Code: Select all
make: *** No rule to make target '../ligGL.a' needed by 'bezier.elf' Stop
- Thu May 11, 2006 10:41 pm
- Forum: PSP Development
- Topic: Help compiling with PSPGL
- Replies: 25
- Views: 8588
- Tue May 09, 2006 9:14 pm
- Forum: PSP Development
- Topic: The PSP IO Drivers
- Replies: 7
- Views: 4015
- Sun May 07, 2006 9:35 pm
- Forum: PSP Development
- Topic: Help compiling with PSPGL
- Replies: 25
- Views: 8588
- Sun May 07, 2006 7:36 pm
- Forum: PSP Development
- Topic: Help compiling with PSPGL
- Replies: 25
- Views: 8588
I have successfully compiled NeHe's Lesson 3 OpenGL Tutorial, for the PSP. Im sorta documenting this process at my own pace, but I figured since I just finally got it compiled and working, I can move more into this. I've done it successfully in cygwin, and native linux. Hi! :) how do you have resol...
- Wed Jan 11, 2006 11:40 pm
- Forum: PSP Development
- Topic: Is the PSXone or whatever open source?
- Replies: 13
- Views: 9639
- Wed Jan 11, 2006 9:42 pm
- Forum: PSP Development
- Topic: Is the PSXone or whatever open source?
- Replies: 13
- Views: 9639