Search found 4 matches

by eyedasan
Sun Dec 12, 2010 11:47 pm
Forum: Wine Help
Topic: How to recompile Wine on ARM
Replies: 42
Views: 39571

How to recompile Wine on ARM

Hi Vitamin,

Our Target specification as follows,

ARM9 Core 300 MHz Processor
128 MB RAM
128 MB Flash

Is it possible to port the Wine on the above platform?
What is the Minimun Memory Footprint required to port wine on any platform?

Regards,
Kannadasan S.
by eyedasan
Fri Dec 10, 2010 6:31 am
Forum: Wine Help
Topic: How to recompile Wine on ARM
Replies: 42
Views: 39571

Re: How to recompile Wine on ARM

Hi Vitamin,

After compiling the wine to ARM, can we able to run the windows exe directly or we need the Source of that particular windows application?

Regards,
Kannadasan S.
by eyedasan
Fri Dec 10, 2010 5:07 am
Forum: Wine Help
Topic: How to recompile Wine on ARM
Replies: 42
Views: 39571

Hi Vitamin

Thanks for the information, i followed the steps as you told. but I am getting the Following Error, v ../../wine-linux-build//tools/widl/widl -b arm -I../../wine-1.3.8/include -I. -I../../wine-1.3.8/include -I../include -t -T stdole2.tlb ../../wine-1.3.8/include/stdole2.idl error: Invalid target spe...
by eyedasan
Thu Dec 09, 2010 4:37 am
Forum: Wine Help
Topic: How to recompile Wine on ARM
Replies: 42
Views: 39571

How to recompile Wine on ARM

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...