Need with compiler errors
Posted: Mon Nov 21, 2005 1:13 pm
I am just looking into deving for the ps2. i have just set up the env for it and trying to compile some sample code. the below is a the pgen emulator. i also get this error with other code as well. is there something i setup wrong?
thanks for any help.
thanks for any help.
Code: Select all
D:\john\psx\ps2dev\pgen-source>make -f "Makefile"
rm -f build/*.o
make -C z80
make[1]: Entering directory `D:/john/psx/ps2dev/pgen-source/z80'
ee-gcc -D_EE -mips3 -mcpu=r5900 -fshort-double -mlong64 -mhard-float -O3 -EL -Wall -fno-exceptions -I. -I../cpu68k -I../gui -I../hdr -I../ps2 -I../lib -I../unzip -I../zlib -fno-builtin -I../sound -I..
/z80 -I/common/include -I/ee/include -I/home/Administrator/source/ps2/lib/gslib/source -I/ee/libfileXio -I/common/include -I/ee/include -I/common/include -ID:/john/psx/ps2dev/sbv-1.0-lite/include -c z
80.c -o z80.o
/cygdrive/d/john/psx/ps2dev/ee/bin/../lib/gcc-lib/ee/3.2.2/../../../../ee/bin/as: unrecognized option `-mcpu=r5900'
make[1]: *** [z80.o] Error 1
make[1]: Leaving directory `D:/john/psx/ps2dev/pgen-source/z80'
make: *** [make-dirs] Error 2
D:\john\psx\ps2dev\pgen-source>