Ravnos
Asleep in Samsara
Ok, so I finally got off my ass and decided to compile the Open2X toolchain on my laptop. It's not working, however. It chokes on glibc. The last lines of output are below:
I tried to run ./glibc-2.3.5/configure, but that failed. I got this:
So I'm wondering if there's a workaround. Any suggestions? (OS is FreeBSD-6.2-PRERELEASE)
Code:
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` install-headers
"Makefile", line 22: Missing dependency operator
"Makefile", line 23: Need an operator
"Makefile", line 24: Need an operator
"Makeconfig", line 22: Missing dependency operator
"Makeconfig", line 23: Need an operator
"Makeconfig", line 24: Need an operator
"Makeconfig", line 28: Need an operator
"Makeconfig", line 32: Need an operator
"Makeconfig", line 34: Need an operator
"Makeconfig", line 38: Missing dependency operator
"Makeconfig", line 41: Need an operator
"Makeconfig", line 42: Need an operator
"Makeconfig", line 43: Need an operator
"Makeconfig", line 45: Need an operator
"Makeconfig", line 46: Need an operator
"Makeconfig", line 47: Need an operator
"Makeconfig", line 53: Need an operator
"Makeconfig", line 54: Missing dependency operator
"Makeconfig", line 56: Need an operator
"Makeconfig", line 58: Need an operator
"Makeconfig", line 59: Need an operator
"Makeconfig", line 63: Need an operator
"Makeconfig", line 67: Need an operator
"Makeconfig", line 69: Need an operator
"Makeconfig", line 72: Need an operator
"Makeconfig", line 76: Need an operator
"Makeconfig", line 77: Need an operator
"Makeconfig", line 84: Could not find sysdeps/../config.make
"Makeconfig", line 94: Missing dependency operator
"Makeconfig", line 96: Need an operator
"Makeconfig", line 99: Need an operator
Error expanding embedded variable.
*** Error code 2
Stop in /usr/home/ravnos/GP2X/open2x/glibc-2.3.5/build-open2x-stage1.
*** Error code 1
Stop in /usr/home/ravnos/GP2X/open2x.
I tried to run ./glibc-2.3.5/configure, but that failed. I got this:
Code:
checking build system type... i386-unknown-freebsd6.2
checking host system type... i386-unknown-freebsd6.2
*** The GNU C library is currently not available for this platform.
*** So far nobody cared to port it and if there is no volunteer it
*** might never happen. So, if you have interest to see glibc on
*** this platform visit
*** http://www.gnu.org/software/libc/porting.html
*** and join the group of porters
So I'm wondering if there's a workaround. Any suggestions? (OS is FreeBSD-6.2-PRERELEASE)