I am trying to cross compile xfree86-4.8.0 for arm. I am using code sourcery
compilers (2007q3-51).
I ran the following command make World
CROSSCOMPILEDIR=/opt/toolchain/gcc-2007q3-51/bin and got the following error
almost immediately:
......
if [ -n "/opt/toolchain/gcc-2007q3-51/bin" ] ; then \
/opt/toolchain/gcc-2007q3-51/bin/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
cc -c -O -I../../include `./ccimake` imake.c
In file included from imake.c:289:
imakemdep.h:975: error: 'UTS_RELEASE' undeclared here (not in a function)
make[2]: *** [imake.o] Error 1
make[2]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build/config/imake'
make[1]: *** [imake.proto] Error 2
make[1]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build'
make: *** [World] Error 2
_______________________________________________
XFree86 mailing list
[email protected]
http://XFree86.Org/mailman/listinfo/xfree86