HI,

I am trying to compile Xfree86 4.8.0 for ARM platform and getting into
error at first step itself. Can anyone help me go further.

Here is the error log ----

Building XFree86 version 4.8.0 (15 December 2008).

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Mon Oct  1 16:44:25 PDT 2012

cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS=""
CC=arm-marvell-linux-gnueabi-gcc clean
make[1]: Entering directory `/home/eng/temp/Xfree86_xc/build/config/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make[1]: Leaving directory `/home/eng/temp/Xfree86_xc/build/config/imake'
make  Makefile.boot
make[1]: Entering directory `/home/eng/temp/Xfree86_xc/build'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS=""
CC=arm-marvell-linux-gnueabi-gcc
make[2]: Entering directory `/home/eng/temp/Xfree86_xc/build/config/imake'
making imake with BOOTSTRAPCFLAGS= and
CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
arm-marvell-linux-gnueabi-gcc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O
-I../../include ccimake.c
if [ -n "" ] ; then \
/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
arm-marvell-linux-gnueabi-gcc -c  -O -I../../include `./ccimake` imake.c
./ccimake: 1: Syntax error: word unexpected (expecting ")")
arm-marvell-linux-gnueabi-gcc -o imake  -O -I../../include imake.o
make[2]: Leaving directory `/home/eng/temp/Xfree86_xc/build/config/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto
-f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
./config/imake/imake: 1: Syntax error: word unexpected (expecting ")")
make[1]: *** [config/makedepend/Makefile.proto] Error 2
make[1]: Leaving directory `/home/eng/temp/Xfree86_xc/build'
make: *** [World] Error 2

Thanks in advance
Mchavva

Reply via email to