Search found 10 matches

by Neizan
Fri Nov 02, 2007 9:41 pm
Forum: PSP Development
Topic: undefined reference to SDL_Init
Replies: 1
Views: 1866

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&#40;int argc, char* argv&#91;&#93;&#41; &#123; SetupCallbacks&#40;&#41;; SDL_Init&#40;SDL_INIT_VIDE...
by Neizan
Fri Nov 02, 2007 11:48 am
Forum: PSP Development
Topic: cpplibs
Replies: 3
Views: 1279

Well.. it seems to have worked: Screen.cpp&#58;229&#58; error&#58; conversión inválida de ‘unsigned int*’ a ‘u32*’ For repair this, i have changed u32* Screen&#58;&#58;getList&#40;&#41; &#123; return list; &#125; for this: u32* Screen&#58;&#58;getList&...
by Neizan
Fri Nov 02, 2007 11:02 am
Forum: PSP Development
Topic: cpplibs
Replies: 3
Views: 1279

I mean like compiler options, I don't so much about compiler, but may be it would exists any option that allows to "ignore" some invalid conversions...

I repeat, I don't know so much about compilers, but neither about the u32 variable type shown by the error :S
by Neizan
Fri Nov 02, 2007 10:34 am
Forum: PSP Development
Topic: cpplibs
Replies: 3
Views: 1279

cpplibs

Hi when I tried to install this library it shows a compilation error: fran@fran-desktop&#58;~/trunk/cpplibs$ make cd libpsp2d && make make&#91;1&#93;&#58; se ingresa al directorio `/home/fran/trunk/cpplibs/libpsp2d' psp-g++ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wal...
by Neizan
Fri Nov 02, 2007 7:16 am
Forum: PSP Development
Topic: Analog joystick
Replies: 3
Views: 1997

Raphael, thanks for your fast answer ^^

And Ghoti, thanks to you too, I've saved your tutorials for study them slowly. They seem very interesting.


See you
by Neizan
Fri Nov 02, 2007 3:06 am
Forum: PSP Development
Topic: Analog joystick
Replies: 3
Views: 1997

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&#40;pad.Buttons & PSP_CTRL_UP&#41;&#123;.....
by Neizan
Thu Nov 01, 2007 10:30 pm
Forum: PSP Development
Topic: toolchain and path
Replies: 9
Views: 3127

Thank you everybody for your help. I've installed everything you have recommended me and now everything it's alright, including the 009-psplinkusb.sh script. :)


As I said, thank you everybody ^^
by Neizan
Thu Nov 01, 2007 7:43 am
Forum: PSP Development
Topic: toolchain and path
Replies: 9
Views: 3127

Thank you again, but I have another problem... The installation starts but I have some errors: make -C usbhostfs_pc all make&#91;1&#93;&#58; se ingresa al directorio `/home/fran/psptoolchain/build/psplinkusb/usbhostfs_pc' cc -Wall -ggdb -I../usbhostfs -DPC_SIDE -D_FILE_OFFSET_BITS=64 -I....
by Neizan
Wed Oct 31, 2007 8:59 pm
Forum: PSP Development
Topic: toolchain and path
Replies: 9
Views: 3127

Thank you! I'll try what you say immediately. Where did you get your psptoolchain scripts? The "exit1: not found" suggests that the file is corrupted, as there is definitely a space between "exit" and "1" in the real version. Well the "exit1" without space is ...
by Neizan
Wed Oct 31, 2007 8:44 am
Forum: PSP Development
Topic: toolchain and path
Replies: 9
Views: 3127

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&#41; Set up your environment by installing the following software&#58; autoconf, automake, bison, flex, gcc, make,...