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 _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"