Is there a guide to setting up a build host? #663
dekeonus
started this conversation in
General Discussion
Replies: 1 comment 1 reply
-
All of them, iiuc makepkg doesn't have any concept of cross compiling, your best bet is to download an arch/arm rootfs and chroot it using qemu. You can then I use these scripts to manage that for me, but they've been unmaintined for a while, so ymmv. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The archlinuxarm site only talks about using distcc for cross compiling;- If I have to build by using distcc, I may as well stick gentoo on my pinephone / pinetab - all my distcc hosts are gentoo already.
What I'm looking for is guidance on creating a chroot / qemu build host specifically on a gentoo x86_64 host.
What parts of a base arch system would be needed?
Beta Was this translation helpful? Give feedback.
All reactions