* 2.6: ISDN_DIVAS link error: multiple "errno"
@ 2003-09-16 17:56 Adrian Bunk
2003-09-17 8:26 ` Armin Schindler
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-09-16 17:56 UTC (permalink / raw)
To: mac, info; +Cc: kkeil, isdn4linux, linux-kernel
I got the following link error in 2.6.0-test5-mm2 (it desn't seem to be
specific to -mm) with CONFIG_ISDN_DIVAS=y :
<-- snip -->
...
LD .tmp_vmlinux1
drivers/built-in.o(.bss+0x123d60): multiple definition of `errno'
lib/lib.a(errno.o)(.bss+0x0): first defined here
<-- snip -->
drivers/isdn/hardware/eicon/divasmain.c has a non-static variable errno
(on a first sight it doesn't seem to be really used) that conflicts
with the variable in lib/errno.c .
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6: ISDN_DIVAS link error: multiple "errno"
2003-09-16 17:56 2.6: ISDN_DIVAS link error: multiple "errno" Adrian Bunk
@ 2003-09-17 8:26 ` Armin Schindler
0 siblings, 0 replies; 2+ messages in thread
From: Armin Schindler @ 2003-09-17 8:26 UTC (permalink / raw)
To: Adrian Bunk; +Cc: info, kkeil, isdn4linux, Linux Kernel Mailinglist
Hi Adrian,
thanks for pointing out. I will create a patch.
Armin
On Tue, 16 Sep 2003, Adrian Bunk wrote:
> I got the following link error in 2.6.0-test5-mm2 (it desn't seem to be
> specific to -mm) with CONFIG_ISDN_DIVAS=y :
>
> <-- snip -->
>
> ...
> LD .tmp_vmlinux1
> drivers/built-in.o(.bss+0x123d60): multiple definition of `errno'
> lib/lib.a(errno.o)(.bss+0x0): first defined here
>
> <-- snip -->
>
>
> drivers/isdn/hardware/eicon/divasmain.c has a non-static variable errno
> (on a first sight it doesn't seem to be really used) that conflicts
> with the variable in lib/errno.c .
>
> cu
> Adrian
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-17 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-16 17:56 2.6: ISDN_DIVAS link error: multiple "errno" Adrian Bunk
2003-09-17 8:26 ` Armin Schindler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.