>
>
> Another strangeness: Some drivers do not build and finding the errors is
> difficult because the error messages come only during linking. When I build
> the kernel usually run this command:
>
> make (bzImage | modules) 2> /some/file .
>
> During compiling i haven't get any compile error, this seems as the linker
> goes searching for files not compiled:
>
> ld: cannot open ircomm_tty.o: No such file or directory
> make[3]: *** [ircomm-tty.o] Error 1
> make[2]: *** [ircomm] Error 2
> make[1]: *** [irda] Error 2
> make: *** [net] Error 2
An error happened when compiling ircomm-tty or one of the composite objects.
Try using:
make KBUILD_VERBOSE=0
Then you will see the error.
Fix already posted to lkml, and present in Linus's latest BK tree.
Sam
>
>
> Cheers,
> Frederik Nosi
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/