Volt said:
I was afraid I'd have to use another OS. I have Virtual PC which was at least faster than qemu a few years ago, but it's kinda painful to run Windows 2000, for instance. I was hoping for something native. Hopefully Ubuntu will run better than Win2K though I'm not too confident.
Thanks.
You can try ubuntu without an x-server and export the DISPLAY to the mac's xserver. that might make things look more native.
And what about trying qemu with user emulation instead of system emulation?
When I try to follow
http://wiki.open2x.org/open2x/wiki/index.php?title=Toolchain
when I type ./open2x-gp2x-apps.sh
lots of things ge done downloading , unzipping compiline until I reach
CODE
mkdir ./binutils
Configuring in binutils
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-host_apple-darwin9.5.0
checking target system type... arm-open2x-linux-gnu
checking build system type... i686-host_apple-darwin9.5.0
checking for strerror in -lcposix... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... no
checking for ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
checking for object suffix... o
checking for executable suffix... rm: conftest.dSYM: is a directory
.dSYM
checking for ranlib... ranlib
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for objdir... .libs
checking for gcc option to produce PIC... -DPIC
checking if gcc PIC flag -DPIC works... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking if gcc static flag -static works... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
finding the maximum length of command line arguments... 98305
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... rm: conftest.dSYM: is a directory
no
rm: conftest.dSYM: is a directory
checking whether the linker (ld) supports shared libraries... no
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin9.5.0 dyld
checking command to parse nm output... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
make: *** [configure-binutils] Error 1
Done - Please check the logs to see if your build was a sucess.
Any suggestions?