tags:

views:

79

answers:

2

Hi,

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.

+3  A: 

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.

Evgeny
Yes, you can run 64-bit VMs on a 32-bit host OS, provided the CPU supports it.
MarkR
I believe this is implemented in VirtualBox.
dsimcha
+5  A: 

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

Ignacio Vazquez-Abrams
Even an Itanium.
Marco van de Voort
Wow, that sounds pretty impressive. I stand corrected.
Evgeny
That is quite awesome ...
BlueTrin