Re: compile errors with 2.3.14

Horst von Brand (vonbrand@inf.utfsm.cl)
Tue, 24 Aug 1999 15:31:49 -0400


Thomas Molina <tmolina@home.com> said:
> System is RedHat 6.0, compiler is gcc version egcs-2.91.66
> 19990314/Linux (egcs-1.1.2 release), I am getting the following errors
> while doing a make bzImage:
>
> uart401.o: In function `uart401intr':
> uart401.o(.text+0xa8): multiple definition of `uart401intr'
> uart401.o(.text+0xa8): first defined here

This has usually been caused by a screwup on patching on my part: A new
file is in the patch, and I apply the patch over the patched kernel, or one
that has a copy of the file from an extraofficial patch, etc. Result: The
contents of the file are duplicated, for no end of fun.

Start again with a clean tarball, use linux/scripts/patch-kernel for doing
the patching.

Good luck!

-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/