Hacker News new | ask | show | jobs
by jimmies 2967 days ago
I found cross-compiling makes linking with weird stuff, for example, the raspberry pi's proprietary Broadcom libs hard. You can chroot directly to a raspberry pi image using a simple script with qemu-user-static-arm, and that will guarantee 100% linking compatibility.
1 comments

I found the same for anything remotely complicated. I prefer just using a VM.