failing to link custom kernel on 10.0-release
Ian Lepore
ian at FreeBSD.org
Thu Feb 13 20:28:14 UTC 2014
On Thu, 2014-02-13 at 15:18 -0500, Benjamin Kaduk wrote:
> Hi all,
>
> I'm trying to build this kernel config (amd64) on a 10-release machine:
> http://web.mit.edu/kaduk/freebsd/tmp/PALAVER
>
> It gets to "linking kernel.debug" and then spews a pile of errors about
> "undefined reference to '__mtx_assert'" for (presumably) every object
> file.
>
> I suspect that this is related to DEBUG_LOCKS, but what am I missing?
>
> Thanks,
>
> Ben Kaduk
Quick guess without a lot of digging: You might need to add option
INVARIANT_SUPPORT.
-- Ian
More information about the freebsd-stable
mailing list