DEV Community

Discussion on: Which Linux distribution is your favorite and why?

 
vimmer9 profile image
Damir Franusic • Edited

I don't use it so much, not needed unless you want to run arm binaries on x86. I used to do a chroot and run/compile in qemu emulation but that was dreadfully slow. Now I just cross compile and do the following before I run arm 32bit binary on my 64bit x86.

export QEMU_LD_PREFIX=/usr/YOUR_ARM_ROOT

I also have Gentoo induced nightmares, you're not alone ;)
Gentoo hell