upgrading arm6hf
bob prohaska
fbsd at www.zefox.net
Fri May 20 06:59:53 UTC 2016
Just did a reboot, uname -p reports
root at www:~ # uname -p
armv6hf
Make buildworld reports
root at www:/usr/src # make -j4 buildworld
--- buildworld ---
bmake[1]: "/usr/src/Makefile.inc1" line 266: To cross-build, set TARGET_ARCH.
*** [buildworld] Error code 1
make: stopped in /usr/src
1 error
make: stopped in /usr/src
The kernel was rebuilt and installed using TARGET=arm TARGET_ARCH=armv6.
No errors were observed, reboot was uneventful.
Invoking
root at www:/usr/src # make -j4 buildworld TARGET=arm TARGET_ARCH=armv6
the result is
--- buildworld ---
bmake[1]: "/usr/src/Makefile.inc1" line 266: To cross-build, set TARGET_ARCH.
*** [buildworld] Error code 1
make: stopped in /usr/src
make -j4 buildworld TARGET=arm TARGET_ARCH=armv6hf
still produces the same error
Is the TARGET_ARCH variable simply not being recognized?
For clarity this is a self-hosted RPI2, revision 300255
Thanks for reading, and any guidance!
bob prohaska
bob prohaska
More information about the freebsd-arm
mailing list