Sunday, June 26, 2016

Cross-compiling x86_64 linux code on Raspberry Pi (ARM linux)

I know it's quite uesless, but there is a way to cross compile x86_64 linux code on an ARM linux (i.e. a Raspberry Pi), i have built one few months ago with crosstool-ng 1.22.0:

GCC 4.9.3, built with GCC 4.9.2-10 on Raspbian Jessie

I spent 27 hrs to compile them on my RPi 2. It maybe not that useful, but it is still quite fun playing with it.

No comments:

Post a Comment