From: Vojtech P. <vo...@su...> - 2001-09-04 17:43:42
|
On Tue, Sep 04, 2001 at 09:57:38AM -0700, James Simmons wrote: > > > #### > > 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. Odd. include/linux/kernel.h:65:extern int snprintf(char * buf, size_t size, const char * fmt, ...); Oops, maybe I used an -ac kernel ... -- Vojtech Pavlik SuSE Labs |