View Single Post
Posts: 44 | Thanked: 28 times | Joined on Sep 2011
#192
HOW TO COMPILE ON ARM AND UBUNTU 12.04

This will run wine if you compile with 0.13 or 0.14

sudo apt-get install zlib1g-dev
sudo apt-get install libsdl1.2-dev
./configure --target-list=i386-linux-user --enable-sdl --prefix=/usr --cross-prefix=arm-linux-gnueabi- --host-cc=gcc4.6 --extra-cflags=-marm --cpu=armv4l
make
sudo make install

Works great on Droid4 with Ubuntu 12.04 Chroot.

Last edited by orokusaki; 2012-10-13 at 20:17.
 

The Following 2 Users Say Thank You to orokusaki For This Useful Post: