Search found 3 matches

by dingofr
Mon Jul 11, 2005 2:08 am
Forum: PSP Development
Topic: PSPSDK install error
Replies: 8
Views: 3718

ooPo wrote:Install autoconf and automake.
you're right, I should have figured it out myself :p

thx, it works great now... Finally got the toolchain+sdk installed.
Time for some little (useless) code :)

BlackIce, I'm following your advice ;)
by dingofr
Sun Jul 10, 2005 9:55 am
Forum: PSP Development
Topic: How can I compile Hellopsp with PSPSDK??
Replies: 5
Views: 3369

Re: How can I compile Hellopsp with PSPSDK??

HI! thx, its works great for me. Change psp to sce is not enough. you need to include those library in program (for example , <pspkernel.h>) and need to call "PSP_MODULE_INFO("HELLOPSP", 0, 1, 1);" function to set the module_info <- this is what the error come from. I tried to co...
by dingofr
Sun Jul 10, 2005 8:13 am
Forum: PSP Development
Topic: PSPSDK install error
Replies: 8
Views: 3718

Hi, need some help. running the toolchain.sh script ends with these errors (pspsdk part I guess) : ./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 ...