Ångström Linux run wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mitch04
Newbie
Newbie
Posts: 3
Joined: Fri Mar 26, 2010 2:52 am

Ångström Linux run wine?

Post by mitch04 »

Hi Could you please tell me a way of install wine to my archos device that has linux on it. Im really have this program to install on it but not sure how to install it.
http://www.angstrom-distribution.org/
This is it any suggestions would be great.
Thanks very much
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

The device appears to have an ARM processor, not an x86 one. That means that while might be able to compile on the system, it won't be able to actually run any Windows apps as they are programmed for x86 architectures (that is, any regular desktop).
roderakker
Level 2
Level 2
Posts: 41
Joined: Thu Mar 04, 2010 3:17 am

Post by roderakker »

DaVince wrote:The device appears to have an ARM processor, not an x86 one. That means that while might be able to compile on the system, it won't be able to actually run any Windows apps as they are programmed for x86 architectures (that is, any regular desktop).
then how can wine run on a mac? isn't that a different architecture aswell? this is interesting.
John Drescher

Ångström Linux run wine?

Post by John Drescher »

The device appears to have an ARM processor, not an x86 one. That means that while might be able to compile on the system, it won't be able to actually run any Windows apps as they are programmed for x86 architectures (that is, any regular desktop).
then how can wine run on a mac? isn't that a different architecture aswell? this is interesting.
Current Macintosh machines use intel x86 processors either core2 or i7 based.

John
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

True. Wine won't work on PPC Macs.
J4

Ångström Linux run wine?

Post by J4 »

Macs changed arch to x86 as far as I know.

roderakker wrote:
DaVince wrote:
The device appears to have an ARM processor, not an x86 one. That means that while might be able to compile on the system, it won't be able to actually run any Windows apps as they are programmed for x86 architectures (that is, any regular desktop).
then how can wine run on a mac? isn't that a different architecture aswell? this is interesting.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
mitch04
Newbie
Newbie
Posts: 3
Joined: Fri Mar 26, 2010 2:52 am

Ångström Linux run wine

Post by mitch04 »

so its pritty much impossible to do?? you gies got any suggestion on what I can do. I need to run a small little program on there. This program only works for windows. Is there anyway I can do this? Because my device runs android on it and linux.
any suggestions would be greatfull.
Thanks
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Well, Android is MADE for ARM processors, and Linux is able to run on ARM processors. Windows can't, but if you explain to us what the program does, perhaps a Linux-equivalent program that is able to run on Android exists.
James McKenzie

Ångström Linux run wine?

Post by James McKenzie »

DaVince wrote:
True. Wine won't work on PPC Macs.

Davince:

False: Wine will run on PPC Macs. It even has PPC specific code in
it. However, Wine on a PPC Mac WILL NOT run Windows programs as Windows
code is for x86 type processors. However, if you are willing to try and
truly be bored, you can get QEMU which is a x86 to PPC processor
emulator and then build Wine on top of this and then run your Windows
programs. I've read of program load times in the span of hours...

James McKenzie
mitch04
Newbie
Newbie
Posts: 3
Joined: Fri Mar 26, 2010 2:52 am

Post by mitch04 »

the program is called instacode its a locksmith program. All it is, you put a code in the box and it tells you what it is. I thinks its only 200mb the setup.

Any suggestions would be greatfull
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Re: Ångström Linux run wine?

Post by DaVince »

James McKenzie wrote:DaVince wrote:
True. Wine won't work on PPC Macs.

Davince:

False: Wine will run on PPC Macs. It even has PPC specific code in
it. However, Wine on a PPC Mac WILL NOT run Windows programs as Windows
code is for x86 type processors. However, if you are willing to try and
truly be bored, you can get QEMU which is a x86 to PPC processor
emulator and then build Wine on top of this and then run your Windows
programs. I've read of program load times in the span of hours...

James McKenzie
I know it will run, but it won't run Windows apps... That's why I worded it as "it won't work". Didn't know about the QEMU thing though.
James McKenzie

Ångström Linux run wine?

Post by James McKenzie »

DaVince wrote:
James McKenzie wrote:
DaVince wrote:

True. Wine won't work on PPC Macs.



Davince:

False: Wine will run on PPC Macs. It even has PPC specific code in
it. However, Wine on a PPC Mac WILL NOT run Windows programs as Windows
code is for x86 type processors. However, if you are willing to try and
truly be bored, you can get QEMU which is a x86 to PPC processor
emulator and then build Wine on top of this and then run your Windows
programs. I've read of program load times in the span of hours...

James McKenzie
I know it will run, but it won't run Windows apps... That's why I worded it as "it won't work". Didn't know about the QEMU thing though.


The version of Darwine that can be downloaded from Sourceforge.net has
QEMU included for the PowerPC version even though it is very, very old
in the PowerPC release. The Intel release does not.

James McKenzie
Locked