Another one of those compilation errors

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

Moderators: cheriff, TyRaNiD

Post Reply
ALiENiD
Posts: 5
Joined: Fri Mar 17, 2006 6:25 am

Another one of those compilation errors

Post by ALiENiD »

I've installed cygwin with subversion and sync:ed against the trunk/psptoolchain. When I run ./toolchain.sh it goes a couple of hours then this compilation error displays which I get nothing of, except something is wrong ;). This is displayed right after the linking of libpspgum.a:
if psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/base -I../../src/kernel -I../../src/display -I../../src/ge -I../../src/user -I../../src/vfpu -g -O2 -G0 -Wall -MT pspgum_vfpu.o -MD -MP -MF ".deps/pspgum_vfpu.Tpo" -c -o pspgum_vfpu.o pspgum_vfpu.c; \
then mv -f ".deps/pspgum_vfpu.Tpo" ".deps/pspgum_vfpu.Po"; else rm -f ".deps/pspgum_vfpu.Tpo"; exit 1; fi
psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/base -I../../src/kernel -I../../src/display -I../../src/ge -I../../src/user -I../../src/vfpu -g -O2 -G0 -Wall -DF_sceGumLoadIdentity_vfpu pspgum_vfpu.c -c -o sceGumLoadIdentity_vfpu.o
/cygdrive/c/Temp/ccuOAgXa.s: Assembler messages:
/cygdrive/c/Temp/ccuOAgXa.s:53: Error: bad char = '?'

/cygdrive/c/Temp/ccuOAgXa.s:53: Fatal error: internal Error, line 8999, ../../ga
s/config/tc-mips.c
make[3]: *** [sceGumLoadIdentity_vfpu.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/gum'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
Thanks is advance! I did a seach, but couldn't find this error anywhere else.
ALiENiD
Posts: 5
Joined: Fri Mar 17, 2006 6:25 am

Post by ALiENiD »

Okay, I've solved the problem. The solution was to reinstall Cygwin completely. I then did what this thread told me, namely choose another Cygwin mirror (I'm not sure if it was the new mirror or just the complete reinstall that helped, but it works now). I also shortened the installation path to only 'C:\Cygwin'.

Then I just downloaded the psptoolchain-20060120.tgz , ran 'svn update' in the folder where I extracted the files and finally ran 'chmod a+x ./toolchain.sh' and './toolchain.sh'

Hope that helps anyone in need :)

After three days, I finally have the PSPSDK installed :D
Post Reply