From: James S. <jsi...@tr...> - 2001-09-04 16:57:56
|
> #### > drivers/input/inputdrv.o: In function `usb_make_path': > drivers/input/inputdrv.o(.text+0x44c0): undefined reference to > `snprintf' > #### > > I don't thnk I changed anything in .config, and it used to compile... > > the offending snprintf come from driver/input/hid_core.c, it > seems. It didn't compile. It gave me a warning but went on its way. I did notice this. It appears the kernel lacks a snprintf function. This might explain your crashes. It loks like it will have to be replaced by sprintf. |