[Wine] How to recompile Wine on ARM

eyedasan wineforum-user at winehq.org
Thu Dec 9 03:37:08 CST 2010


I am trying to Recomiple the Wine 1.3.8 for the Arm.
I configured as follows,

> export CC=arm_v5t_le-gcc
> ./configure --prefix=/usr/local/Wine_Arm --host=arm --with-wine-tools=$PWD --without-freetype

then,

> make
config.status: creating tools/Makefile
make[1]: Entering directory `/home/Kanna/wine-1.3.8/tools'
arm_v5t_le-gcc -c -I. -I. -I../include -I../include  -D__WINESRC__   -Wall -pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith  -g -O2  -o makedep.o makedep.c
arm_v5t_le-gcc -g -O2 -o makedep makedep.o
/home/Kanna/wine-1.3.8/tools/makedep  -C. -S.. -T..  fnt2bdf.c fnt2fon.c make_ctests.c makedep.c relpath.c sfnt2fnt.c        
/home/Kanna/wine-1.3.8/tools/makedep: /home/Kanna/wine-1.3.8/tools/makedep: cannot execute binary file

I am getting the above error, because i am using x86 for cross-compiling the wine to ARM, the makedep is compiled for ARM, so it cannot run on the x86.

Please help to compile the Wine for ARM Platform.

Regards,
Kannadasan S.







More information about the wine-users mailing list