xboxscene.org forums

Author Topic: Openxdk On Kubuntu 7.04  (Read 110 times)

openxdkman

  • Archived User
  • Hero Member
  • *
  • Posts: 550
Openxdk On Kubuntu 7.04
« on: October 18, 2007, 01:26:00 AM »

Are you skipping the auto configure step? You shouldn't.

http://home.tele2.fr...t/changelog.txt
there you will find a few tutorials link (at bottom) and a link to a precompiled Mai 2007 version

However, the result of compilation is a .xbe that needs the original xbox operating system to run.
So you will have to switch from linux to a dashboard in order to run .xbe (I think).
(Usually Linux removes all traces of previous operating system from memory, I think)

I'm only using cygwin under Windows, so I can't really help other platforms toolchains.
(frankly it's easier to compile on PC and have the makefile automatically send .xbe through ftp)
Logged

OpenFusili

  • Archived User
  • Newbie
  • *
  • Posts: 1
Openxdk On Kubuntu 7.04
« Reply #1 on: October 19, 2007, 01:56:00 AM »

CODE
tylor@technologic:~/openxdk/OpenXDK$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
configure: error: Usage: configure --prefix=
tylor@technologic:~/openxdk/OpenXDK$


Thats what I get when running ./configure
Logged

openxdkman

  • Archived User
  • Hero Member
  • *
  • Posts: 550
Openxdk On Kubuntu 7.04
« Reply #2 on: October 20, 2007, 01:06:00 AM »

I don't understand why you don't want to follow the instructions written in craig's web page (now hosted by maturion)... Just follow tutorial links at bottom of changelog if you didn't notice it yet.

For Linux it says :

cd /usr/home/openxdk
export WANT_AUTOCONF=2.5
export WANT_AUTOMAKE=1.6
./autogen.sh
./configure --prefix=/usr/local/openxdk --host=i386-mingw32
make all install
Logged