* doubly defined symbols in drivers/isdn/eicon (240t13p2)
@ 2000-12-16 20:06 Rasmus Andersen
2000-12-16 23:15 ` Armin Schindler
0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Andersen @ 2000-12-16 20:06 UTC (permalink / raw)
To: isdn4linux; +Cc: linux-kernel
Hi.
When I try to compile kernel 240test13pre2 I get the following:
rm -f eicon_drv.o
ld -m elf_i386 -r -o eicon_drv.o eicon.o divas.o
divas.o: In function `eicon_init':
divas.o(.text+0x61d0): multiple definition of `eicon_init'
eicon.o(.text+0x197c): first defined here
ld: Warning: size of symbol `eicon_init' changed from 370 to 83 in divas.o
divas.o: In function `file_check':
divas.o(.text+0x61bc): multiple definition of `file_check'
eicon.o(.text+0xb394): first defined here
make[4]: *** [eicon_drv.o] Error 1
make[4]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn/eicon'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn/eicon'
make[2]: *** [_subdir_eicon] Error 2
make[2]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn'
make[1]: *** [_subdir_isdn] Error 2
make[1]: Leaving directory `/home/rasmus/kernel/linux/drivers'
make: *** [_dir_drivers] Error 2
The part of my .config I guess is interesting:
#
# Active ISDN cards
#
CONFIG_ISDN_DRV_ICN=y
CONFIG_ISDN_DRV_PCBIT=y
CONFIG_ISDN_DRV_SC=y
CONFIG_ISDN_DRV_ACT2000=y
CONFIG_ISDN_DRV_EICON=y
CONFIG_ISDN_DRV_EICON_OLD=y
# CONFIG_ISDN_DRV_EICON_PCI is not set
CONFIG_ISDN_DRV_EICON_ISA=y
CONFIG_ISDN_DRV_EICON_DIVAS=y
CONFIG_ISDN_CAPI=y
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPIFS=y
CONFIG_ISDN_CAPI_CAPI20=y
CONFIG_ISDN_CAPI_CAPIDRV=y
--
Regards,
Rasmus(rasmus@jaquet.dk)
"Men kick friendship around like a football, but it doesn't seem to
crack. Women treat it like glass and it goes to pieces."
-- Anne Spencer Morrow Lindbergh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: doubly defined symbols in drivers/isdn/eicon (240t13p2)
2000-12-16 20:06 doubly defined symbols in drivers/isdn/eicon (240t13p2) Rasmus Andersen
@ 2000-12-16 23:15 ` Armin Schindler
0 siblings, 0 replies; 2+ messages in thread
From: Armin Schindler @ 2000-12-16 23:15 UTC (permalink / raw)
To: Rasmus Andersen; +Cc: isdn4linux, linux-kernel
The last Makefile changes broke some parts in the
isdn tree.
Patch is on the way.
Armin
On Sat, 16 Dec 2000, Rasmus Andersen wrote:
> Hi.
>
> When I try to compile kernel 240test13pre2 I get the following:
>
>
> rm -f eicon_drv.o
> ld -m elf_i386 -r -o eicon_drv.o eicon.o divas.o
> divas.o: In function `eicon_init':
> divas.o(.text+0x61d0): multiple definition of `eicon_init'
> eicon.o(.text+0x197c): first defined here
> ld: Warning: size of symbol `eicon_init' changed from 370 to 83 in divas.o
> divas.o: In function `file_check':
> divas.o(.text+0x61bc): multiple definition of `file_check'
> eicon.o(.text+0xb394): first defined here
> make[4]: *** [eicon_drv.o] Error 1
> make[4]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn/eicon'
> make[3]: *** [first_rule] Error 2
> make[3]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn/eicon'
> make[2]: *** [_subdir_eicon] Error 2
> make[2]: Leaving directory `/home/rasmus/kernel/linux/drivers/isdn'
> make[1]: *** [_subdir_isdn] Error 2
> make[1]: Leaving directory `/home/rasmus/kernel/linux/drivers'
> make: *** [_dir_drivers] Error 2
>
>
> The part of my .config I guess is interesting:
>
> #
> # Active ISDN cards
> #
> CONFIG_ISDN_DRV_ICN=y
> CONFIG_ISDN_DRV_PCBIT=y
> CONFIG_ISDN_DRV_SC=y
> CONFIG_ISDN_DRV_ACT2000=y
> CONFIG_ISDN_DRV_EICON=y
> CONFIG_ISDN_DRV_EICON_OLD=y
> # CONFIG_ISDN_DRV_EICON_PCI is not set
> CONFIG_ISDN_DRV_EICON_ISA=y
> CONFIG_ISDN_DRV_EICON_DIVAS=y
> CONFIG_ISDN_CAPI=y
> CONFIG_ISDN_CAPI_MIDDLEWARE=y
> CONFIG_ISDN_CAPI_CAPIFS=y
> CONFIG_ISDN_CAPI_CAPI20=y
> CONFIG_ISDN_CAPI_CAPIDRV=y
>
>
> --
> Regards,
> Rasmus(rasmus@jaquet.dk)
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-16 23:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-16 20:06 doubly defined symbols in drivers/isdn/eicon (240t13p2) Rasmus Andersen
2000-12-16 23:15 ` Armin Schindler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox