Page 1 of 1

Raspberry Pi

Posted: Thu Dec 05, 2019 6:25 pm
by PowerSoft
Hello,

Is it possible to use PB on the Raspberry PI 3,4?


Cheers,

Jan Kromhout

Re: Raspberry Pi

Posted: Thu Dec 05, 2019 6:38 pm
by skywalk
I wish :oops:
PB compiles to machine code for X86_64.
ARM32_64 is not available...yet.

Re: Raspberry Pi

Posted: Thu Dec 05, 2019 8:59 pm
by Tenaja
PowerSoft wrote:Hello,

Is it possible to use PB on the Raspberry PI 3,4?
PB only compiles to x86 (32 or 64 bit). RPi runs on Arm. To run PB code, you would have to use an x86 emulator (box86?). I have not done it, but it is theoretically possible.