Difficulty with armv6 to v7 transition.

Ian Lepore ian at freebsd.org
Mon Oct 9 18:19:44 UTC 2017


On Mon, 2017-10-09 at 10:52 -0700, bob prohaska wrote:
> On an RPI2 model B, invoking 
> make -j4 -DNO_CLEAN MACHINE_ARCH=armv7 buildworld > buildworld.log

Never set MACHINE_ARCH when building, use TARGET_ARCH.  Be sure to set
TARGET_ARCH when installing as well.

-- Ian

> (after a cleandir)
> the log promptly reports
> make[1]: "/usr/src/Makefile.inc1" line 162: SYSTEM_COMPILER:
> Determined that CC=cc matches the source tree.  Not bootstrapping a
> cross-compiler.
> make[1]: "/usr/src/Makefile.inc1" line 450: To cross-build, set
> TARGET_ARCH.
> *** [buildworld] Error code 1
> 
> make: stopped in /usr/src
> 
> The kernel is r322520, sources are at 324424. Kernel r324342 does
> likewise.
> 
> Thanks for reading, and any suggestions.
> 
> bob prohaska
> 
> _______________________________________________
> freebsd-arm at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org
> "


More information about the freebsd-arm mailing list