FreeBSD 12.0 RELEASE i386 can not build a kernel?

Rick Macklem rmacklem at uoguelph.ca
Thu Feb 28 01:35:31 UTC 2019


Rodney W. Grimes wrote:
>config CUSTOM
>Kernel build directory is ../compile/CUSTOM
>Don't forget to do ``make cleandepend && make depend''
>fb-bld-120-i386.dnsmgr.net:root {200}# cd ../compile/CUSTOM
>fb-bld-120-i386.dnsmgr.net:root {201}# (make cleandepend && make depend && >make -j4 && make install) >&make.OUT
>fb-bld-120-i386.dnsmgr.net:root {202}# more make.OUT
>make: "../../../conf/../../../conf/kern.pre.mk" line 127: amd64/arm64/i386 kernel >requires linker ifunc support
I typically build kernels without doing "make buildkernel" and I've found I need
LD=lld SRCTOP=<directory path "sys" is in> on the make commands.
(or something close to that. I haven't done this since December.)
I haven't tried, but I assumed "make buildkernel" takes care of this "behind the
curtains".

rick



More information about the freebsd-stable mailing list