usb driver broken?

1999-01-25 Thread Alex Le Heux
Hi, Am I the only one who gets this when he tries to compile a kernel with the usb drivers in it? cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused

Re: usb driver broken?

1999-01-25 Thread Christopher Nielsen
On Tue, 26 Jan 1999, Alex Le Heux wrote: Am I the only one who gets this when he tries to compile a kernel with the usb drivers in it? Nope. I ran into this same problem, but I haven't had a chance to query the list about it. This is produced by having USB_DEBUG turned on in your kernel

Re: usb driver broken?

1999-01-25 Thread Louis A. Mamakos
I had this problem too. It seems that the code included when you define USB_DEBUG has suffered some bitrot. Drop this out of your kernel config, and these compile time errors will go away. louie Hi, Am I the only one who gets this when he tries to compile a kernel with the usb drivers in