On 28 Feb 2019, at 00:37, Rodney W. Grimes <[email protected]> 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
After ifunc support was introduced, you have to run at least "make kernel-toolchain" before "make buildkernel", or otherwise just run "make buildworld" first. That will build the linker which supports the required functionality. -Dimitry
signature.asc
Description: Message signed with OpenPGP
