svn commit: r304510 - head/sys/dev/ixl

Ngie Cooper yaneurabeya at gmail.com
Wed Aug 31 22:49:35 UTC 2016


On Wed, Aug 31, 2016 at 2:15 PM, Dimitry Andric <dim at freebsd.org> wrote:

...

> Interestingly, with the external gcc build, it is even an error:
>
> --- kernel.full ---
> linking kernel.full
> if_ixlv.o:(.bss+0x0): multiple definition of `ixl_crcstrip'
> if_ixl.o:(.data+0xb8): first defined here
> if_ixlv.o: In function `ixlv_media_change':
> /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixlv.c:2252: multiple definition of `ixl_rx_miss_bufs'
> if_ixl.o:/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixl.c:680: first defined here
> if_ixlv.o: In function `ixlv_media_change':
> /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixlv.c:2262: multiple definition of `ixl_rx_miss'
> if_ixl.o:/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixl.c:681: first defined here
> *** [kernel.full] Error code 1
>
> See e.g. https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc/1505/console

+1:

linking kernel.full
if_ixlv.o: warning: common of `ixl_crcstrip' overridden by definition
if_ixl.o: warning: defined here
if_ixlv.o: warning: multiple common of `ixl_rx_miss'
if_ixl.o: warning: previous common is here
if_ixlv.o: warning: multiple common of `ixl_rx_miss_bufs'
if_ixl.o: warning: previous common is here


More information about the svn-src-all mailing list