Y
Hacker News
new
|
ask
|
show
|
jobs
by
mvanotti
3817 days ago
My biggest problem with fbsd in the rpi is that it's really hard to cross-compile ports for arm, and compiling everything in the rpi takes a lot of time (I think it was half a day to compile tmux in the rpi A).
4 comments
skreuzer
3817 days ago
There has been quite a bit of work done to make cross compiling packages for ARM with poudriere. A fairly good tutorial on how to set that up can be found at
https://forums.freebsd.org/threads/building-arm-packages-wit...
link
tobik
3817 days ago
Luckily there are now binary packages for armv6 on FreeBSD 11.0-CURRENT (which is really stable at this point).
link
echochar
3817 days ago
Can you run arm packages from a linux distrib under emulation?
https://www.freebsd.org/doc/handbook/linuxemu.html
link
toast0
3817 days ago
Unlikely -- that's for i386 only (amd64 update is being worked on, IIRC)
link
andrewchambers
3817 days ago
tcc is fast enough for an rpi, it is a shame gcc/clang are so slow.
link