[Wine] Re: How to recompile Wine on ARM

vitamin wineforum-user at winehq.org
Thu Dec 9 08:47:21 CST 2010


eyedasan wrote:
> 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.

If you cross-compiling you'll need to point Wine to x86 build directory. Ex:

Code:

mkdir /home/Kanna/wine-linux-build
mkdir /home/Kanna/wine-arm-build

cd /home/Kanna/wine-linux-build
../wine-1.3.8/configure && make
cd /home/Kanna/wine-arm-build
../wine-1.3.8/configure --host=arm --with-wine-tools=../wine-linux-build
make










More information about the wine-users mailing list