getting 80020001 error on os x build

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
w.kosma
Posts: 19
Joined: Fri Oct 28, 2005 11:33 pm

getting 80020001 error on os x build

Post by w.kosma »

hello,

i installed pspsdk on mac os 10.3.9,
i tried to build some samples, the
build seems to be ok (or not?),
here is the terminal output:

wojciech-kosmas-Computer:/usr/local/pspdev/psp/sdk/samples/audio/wavegen wk$ make
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o main.c
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -L. -L/usr/local/pspdev/psp/sdk/lib main.o -lpspaudiolib -lpspaudio -lm -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspuser -lpspkernel -o alsample.elf
mksfo 'Audiolib Wave Generator' PARAM.SFO
psp-strip alsample.elf -o alsample_strip.elf
pack-pbp EBOOT.PBP PARAM.SFO NULL \
NULL NULL NULL \
NULL alsample_strip.elf NULL
rm -f alsample_strip.elf

when i try to run app on psp i get 80020001 error,

any ideas,

thanks,
wojciech
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

if you have a 1.0 psp this work else use make kxploit
Post Reply