do a make menuconfig and be sure that you take all the usb stuff out. I have
never had a succesfull compile with the usb stuff turned on. But it works great
with it turned off.
James Capone wrote:
> Ok I have had problems creating a new Kernel. I was told to do a tail at the
> end of the make bzImage. this is what I did
>
> #>make bzImage 2>&1|tail -30 &>Errors.txt
>
> Well when it finished the make. I looked in the Errors.txt file and it was
> empty. So I tried again. Agin the same error. This time I just decided to
> write done the last few lines at the end of the make. I think this is where
> the error comes from:
>
> -------------------
> -o vmlinux
> drivers/usb/usb.a(ohci-hcd.o): In functions 'cleanup_dirvers';
> ochi.hcd.o(.txt+0x1918): Multible definition of 'cleanup_drivers'
> drivers/usb/usb.a(uhci.o) (.txt+0x10c4): First defined here
> make: ***(vmlinux) Error 1
>
> Thanks let me know,
>
> James J. Capone