Kernel 5.3 error tryring to compile it

John Murphy sub01 at freeode.co.uk
Fri Nov 12 14:23:46 GMT 2004


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.


More information about the freebsd-questions mailing list