Search found 10 matches
- Fri Nov 02, 2007 9:41 pm
- Forum: PSP Development
- Topic: undefined reference to SDL_Init
- Replies: 1
- Views: 1908
undefined reference to SDL_Init
Hi, I´m here again and I have another new problem. I'm trying to use SDL libraries. My program looks like this: #include <pspkernel.h> #include <SDL/SDL.h> ... int main(int argc, char* argv[]) { SetupCallbacks(); SDL_Init(SDL_INIT_VIDE...
- Fri Nov 02, 2007 11:48 am
- Forum: PSP Development
- Topic: cpplibs
- Replies: 3
- Views: 1308
- Fri Nov 02, 2007 11:02 am
- Forum: PSP Development
- Topic: cpplibs
- Replies: 3
- Views: 1308
- Fri Nov 02, 2007 10:34 am
- Forum: PSP Development
- Topic: cpplibs
- Replies: 3
- Views: 1308
cpplibs
Hi when I tried to install this library it shows a compilation error: fran@fran-desktop:~/trunk/cpplibs$ make cd libpsp2d && make make[1]: se ingresa al directorio `/home/fran/trunk/cpplibs/libpsp2d' psp-g++ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wal...
- Fri Nov 02, 2007 7:16 am
- Forum: PSP Development
- Topic: Analog joystick
- Replies: 3
- Views: 2087
- Fri Nov 02, 2007 3:06 am
- Forum: PSP Development
- Topic: Analog joystick
- Replies: 3
- Views: 2087
Analog joystick
Hi, I've just started in the PSP programming. I'm coding simple programs for learn step by step, searching for the net every question I have. But I can't find how to control when the joystick is used. I know how control the other buttons: if(pad.Buttons & PSP_CTRL_UP){.....
- Thu Nov 01, 2007 10:30 pm
- Forum: PSP Development
- Topic: toolchain and path
- Replies: 9
- Views: 3194
- Thu Nov 01, 2007 7:43 am
- Forum: PSP Development
- Topic: toolchain and path
- Replies: 9
- Views: 3194
- Wed Oct 31, 2007 8:59 pm
- Forum: PSP Development
- Topic: toolchain and path
- Replies: 9
- Views: 3194
- Wed Oct 31, 2007 8:44 am
- Forum: PSP Development
- Topic: toolchain and path
- Replies: 9
- Views: 3194
toolchain and path
Hi, I'm from Spain and I have some troubles while installing the toolchain for PSP in my computer. First of all, I read the "readme.txt" file and followed the steps. 1) Set up your environment by installing the following software: autoconf, automake, bison, flex, gcc, make,...