Sirish Kumar Bethala
Sirish Kumar Bethala

Reputation: 9279

How to run 64 bit apps on 32 bit os

I am using 32 bit openSUSE OS, and I am using a cross compiler to build 64 bit application( it does not support building 32 apps) as our software will be deployed on a machine which is 64 bit OS. As testing on target is not always possible, is there anyway to run this applications on my 32 bit OS.

Upvotes: 4

Views: 1069

Answers (2)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 799560

Use something like QEMU that can emulate a 64-bit processor.

Upvotes: 6

EMP
EMP

Reputation: 62031

Short answer: No, there is no way.

Longer answer: If you have a 64-bit CPU it may be possible to run a 64-bit virtual machine, even though your host OS is 32-bit. I'm not 100% sure about that, though, you'd have to try it.

Upvotes: 2

Related Questions