Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zone66x

Pages: [1]
1
Zaurus - pdaXrom / Compiling Gpsp0.9-3
« on: May 07, 2008, 05:24:38 am »
Hello all,
I've been trying to compile gpsp0.9-3 from the source files downloaded from suhami.net but have reached a snag. When I try to do make all I get the following message:

[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']root:) make all
gcc main.o cpu.o memory.o video.o input.o sound.o gui.o cheats.o zip.o cpu_threa
ded.o video_blend.o arm_stub.o -L/opt/native/arm/3.4.5-xscale-softvfp/armv5tel-c
acko-linux/lib -lSDL -lpthread -lz  -o gpsp2
video_blend.o: In function `expand_blend':
video_blend.S:(.text+0x18): multiple definition of `expand_blend'
video.o:video.c:(.text+0x96b64): first defined here
collect2: ld returned 1 exit status
make: *** [all] Error 1[/div]

I can get around it if I comment out the expand_blend function in video.c but the resulting binary will just show a white screen when a game is loaded.

I'm open to any suggestions on getting gpsp0.9-3 to compile properly. Thanks in advance ^^

Pages: [1]