看板 FB_hackers 關於我們 聯絡資訊
>I added "options INVARIANTS" to a kernel and recompiled.. > >Well, I tried to recompile - compiling ends like this: > >cam_periph.o: In function `cam_periph_find': >/usr/src/sys/amd64/compile/DEBUG/../../../cam/cam_periph.c:301: >undefined reference to `__mtx_assert' [etc] The INVARIANTS option requires the INVARIANT_SUPPORT option. I believe INVARIANTS ought to just automatically turn on INVARIANT_SUPPORT, really. But it's pretty minor, once you know. Chris _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"