Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run 64 bit apps on 32 bit os

Tags:

linux

64-bit

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.

like image 491
Sirish Avatar asked Jan 23 '23 01:01

Sirish


1 Answers

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

like image 141
Ignacio Vazquez-Abrams Avatar answered Jan 24 '23 14:01

Ignacio Vazquez-Abrams