PS2SDK WIN32 No ELF
Posted: Tue Aug 19, 2008 2:03 pm
I recently downloaded the pre-compiled win32 PS2SDK and I tried compiling one of the samples. I got no errors, an object file was created and .erl file was created, but no .elf.
I know this is a basic setup question, but I'm new to PS2 development. Any ideas?
Code: Select all
$ make
ee-gcc -D_EE -O2 -G0 -Wall -I/usr/local/ps2dev/ps2sdk/ee/include -I/usr/local/ps2dev/ps2sdk/common/include -I. -I/usr/local/ps2dev/ps2sdk/ports -I/usr/local/ps2dev/ps2sdk/ports/include -c hello.c -o hello.o
ee-gcc -mno-crt0 -o hello.erl hello.o -D_EE -O2 -G0 -Wall -L/usr/local/ps2dev/ps2sdk/ee/lib -Wl,-r
ee-strip --strip-unneeded -R .mdebug.eabi64 -R .reginfo -R .comment hello.erl