cross-compiling for ARM
Has anyone tried to cross-compile Wine for the ARM platform or is there any documentation on how to do this? -------------------------------------------------------- This is an e-mail from General Dynamics Robotic Systems. It is for the intended recipient only and may contain confidential and privileged information. No one else may read, print, store, copy, forward or act in reliance on it or its attachments. If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated.
Hi John, --- John Connor <jconnor(a)gdrs.com> wrote:
Has anyone tried to cross-compile Wine for the ARM platform or is there any documentation on how to do this?
I have but its been a day or two. You need two trees and to first build the Wine tools for your host platform and something like the following cd /usr/src/wine-tools ./configure make tools then in another tree cd /usr/src/wine ./configure --build=armv4 --with-wine-tools=/usr/src/wine-tools Note there is no support for arm in Wineserver, kernel32 or ntdll so winelib won't run yet. Most everything else should compile as Winelib works on i386, PPC and SPARC. You might be able to get by stubbing the set_thread_context stuff out for simple apps. Thanks Steven __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (2)
-
John Connor -
Steven Edwards