View Single Post
  #3   (View Single Post)  
Old 4th May 2008
phatfish phatfish is offline
New User
 
Join Date: May 2008
Location: United Kingdom
Posts: 5
Default

No it was commented out. And shouldn't have been, missed that one, thanks.

It got a lot further this time, then i got:

Code:
/usr/src/sys/dev/usb/udbp.c:440: undefined reference to `ng_parse_struct_type'
udbp.o(.rodata+0xa8):/usr/src/sys/dev/usb/udbp.c:459: undefined reference to `ng_parse_int32_type'
udbp.o(.rodata+0xc0):/usr/src/sys/dev/usb/udbp.c:463: undefined reference to `ng_parse_int32_type'
*** Error code 1
I didn't have this much trouble when i build a kernel on my old system. Are these errors symptoms of a bad kernel config?

Last edited by phatfish; 4th May 2008 at 06:48 PM.
Reply With Quote