lkml.org 
[lkml]   [1999]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: compile errors with 2.3.14
Thomas Molina wrote:

>uart401.o: In function `uart401intr':
>uart401.o(.text+0xa8): multiple definition of `uart401intr'
>uart401.o(.text+0xa8): first defined here
...

Lots of complaints about multiple definitions in uart401.o,
opl3.o, and adlib_card.o.

Your problem is this:

>CONFIG_SOUND_ADLIB=y
>CONFIG_SOUND_YM3812=y

Check the Makefile: these two options cause the same set of
.o files to be included in the target set. This used to work,
but not anymore. Keep YM3812 and remove ADLIB. (They're not
entirely equivalent, YM3812 controls some stuff in dev_table.)

/Mikael

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.027 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site