Search found 11 matches
- Sun Sep 25, 2005 9:49 pm
- Forum: PSP Development
- Topic: Problem : compilation of screenshot from libpng
- Replies: 1
- Views: 1129
Problem : compilation of screenshot from libpng
When I try to compile the sample "screenshot" from libpng, I have this error : psp-gcc -I. -IC:\PSPide\/psp/sdk/include -O2 -G0 -Wall -fno-strict-aliasing -L. -LC:\PSPide\/psp/sdk/lib main.o -lpng -lz -lm -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspglue -lpspuser -lpspkerne...
- Sat Sep 24, 2005 7:04 am
- Forum: PSP Development
- Topic: How to load an image file and view the aliasing ?
- Replies: 2
- Views: 1520
- Tue Sep 20, 2005 11:36 pm
- Forum: PSP Development
- Topic: Buffer width and u32
- Replies: 5
- Views: 1923
- Tue Sep 20, 2005 10:49 pm
- Forum: PSP Lua Player Development
- Topic: File access in Lua Player
- Replies: 6
- Views: 4052
Load a picture
Hi !
I try like you to dev a 2D Game.
I saw, you have find a solution to load it ?
How are you to do ?
Do you know SDL ?
I try like you to dev a 2D Game.
I saw, you have find a solution to load it ?
How are you to do ?
Do you know SDL ?
- Tue Sep 20, 2005 9:45 pm
- Forum: PSP Development
- Topic: How to load an image file and view the aliasing ?
- Replies: 2
- Views: 1520
How to load an image file and view the aliasing ?
I want to re-developt a platform 2D-game. In this game I have been developped each character with a multiple picture to animate it. And when the character play an action, each picture of a serie is play. But, how I can load these pictures and how I can view the alias to view the background when each...
- Mon Sep 19, 2005 3:19 am
- Forum: PSP Development
- Topic: [Errors] Compilation : pspsdk sample = ok, the other not
- Replies: 2
- Views: 1063
sorry ! I found the answers.
I need sce functions API :)
http://pspdev.ofcode.com/api.php
--
I have another question :
When do I install the doxygen_doc, the Makefile 'rm -rf doc' directly, So my doc is erased :( Why ??
I need sce functions API :)
http://pspdev.ofcode.com/api.php
--
I have another question :
When do I install the doxygen_doc, the Makefile 'rm -rf doc' directly, So my doc is erased :( Why ??
- Mon Sep 19, 2005 3:15 am
- Forum: PSP Development
- Topic: [Errors] Compilation : pspsdk sample = ok, the other not
- Replies: 2
- Views: 1063
[Errors] Compilation : pspsdk sample = ok, the other not
I finished to install all toolchain and pspsdk.
I compile the first sample to test : pspsdk. It works.
But now, I want to compile the others samples but for each, there are some errors with each ScePsp types (undeclared).
Where are these vars declared ?
I think some libs missed ! :(
I compile the first sample to test : pspsdk. It works.
But now, I want to compile the others samples but for each, there are some errors with each ScePsp types (undeclared).
Where are these vars declared ?
I think some libs missed ! :(
- Sun Sep 18, 2005 12:50 am
- Forum: PSP Development
- Topic: [Toolchain] psptoolchain-20050906.tgz : installation errors
- Replies: 2
- Views: 1311
- Sun Sep 18, 2005 12:21 am
- Forum: PSP Development
- Topic: [Toolchain] psptoolchain-20050906.tgz : installation errors
- Replies: 2
- Views: 1311
[Toolchain] psptoolchain-20050906.tgz : installation errors
. ... ./bootstrap: line 81: aclocal: command not found ./bootstrap: line 83: autoheader: command not found ./bootstrap: line 84: automake: command not found ./bootstrap: line 86: autoconf: command not found grep: Makefile.in: No such file or directory cat: configure: No such file or directory ./too...
- Fri Sep 16, 2005 7:03 pm
- Forum: PSP Development
- Topic: After installing the PSP toolchain, what do I do?
- Replies: 10
- Views: 2731
Do you have these files on your system ? stdlib.h, string.h ? You can find with : find / | grep stdlib.h$ If your command doesn't return a line, the main libs files missed, you must install them ;) Else, you can change your PATH var with the correct path to these files. However, you can specify this...
- Thu Sep 15, 2005 11:45 pm
- Forum: PSP Development
- Topic: Getting started
- Replies: 7
- Views: 3181