Cargnini wrote:

>hi i'm trrying to compile the new kernel 5.3 and i received the
>following error during compilation(please someone could know
>what it is ):

>udbp.o(.text+0x40c): In function `udbp_attach':
>: undefined reference to `ng_newtype'

Did you enable the following line? GENERIC has it disabled.

#device       udbp        # USB Double Bulk Pipe devices

If you must have that device, check the man page for udbp
which suggests you also need 'options NETGRAPH' although
/sys/i386/conf/NOTES doesn't seem to mention it.

-- 
John.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to