xboxscene.org forums

OG Xbox Forums => Software Forums => Development => Topic started by: freyyr890 on June 28, 2008, 09:51:00 PM

Title: Problems Getting Openxdk To Build Under Ubuntu 7.10
Post by: freyyr890 on June 28, 2008, 09:51:00 PM
Hey,

I've been trying to get OpenXDK compiled under Ubuntu 7.10.  I tried the symlink fix posted here, but make still fails with:

CODE

make[6]: i386-pc-xbox-gcc: Command not found
make[6]: *** [dummy.o] Error 127
make[6]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK/build/newlib/newlib-1.12.0/i386-pc-xbox/newlib/libc/argz'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK/build/newlib/newlib-1.12.0/i386-pc-xbox/newlib/libc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK/build/newlib/newlib-1.12.0/i386-pc-xbox/newlib'
make[3]: *** [all-recursive-am] Error 2
make[3]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK/build/newlib/newlib-1.12.0/i386-pc-xbox/newlib'
make[2]: *** [all-target-newlib] Error 2
make[2]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK/build/newlib/newlib-1.12.0'
make[1]: *** [newlib-stamp] Error 2
make[1]: Leaving directory `/home/pkazakoff/openxdk/OpenXDK'
make: *** [all-recursive] Error 1


Any ideas?  I prefer to do my development under Linux, and running OpenXDK with cygwin seems to defeat the purpose of having a Linux install in the first place.

Thanks in advance.