Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1733521 > unrolled thread
| Started by | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| First post | 2017-09-17 21:00 +0200 |
| Last post | 2017-09-18 18:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
(*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add' kbuild test robot <fengguang.wu@intel.com> - 2017-09-17 21:00 +0200
Re: (*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add' Thomas Meyer <thomas@m3y3r.de> - 2017-09-18 18:40 +0200
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Date | 2017-09-17 21:00 +0200 |
| Subject | (*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add' |
| Message-ID | <uqMXn-3gE-13@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 0666f560b71b899cd11a7caf39fd45129e9030fd
commit: d3488649dcd23b7a6e63895274ec69f80e92d4ed um: Fix CONFIG_GCOV for modules.
date: 4 days ago
config: um-allyesconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
git checkout d3488649dcd23b7a6e63895274ec69f80e92d4ed
# save the attached .config to linux build tree
make ARCH=um
All errors (new ones prefixed by >>):
kernel/gcov/base.o: In function `__crc___gcov_merge_add':
>> (*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add'
kernel/gcov/base.o: In function `__crc___gcov_init':
>> (*ABS*+0xdceb3072): multiple definition of `__crc___gcov_init'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [next] | [standalone]
| From | Thomas Meyer <thomas@m3y3r.de> |
|---|---|
| Date | 2017-09-18 18:40 +0200 |
| Message-ID | <ur7fr-fa-3@gated-at.bofh.it> |
| In reply to | #1733521 |
[Multipart message — attachments visible in raw view] — view raw
True, as CONFIG_GCOV and CONFIG_GCOV_KERNEL should be mutually exclusive CONFIG options. With kind regards Thomas > Am 17.09.2017 um 20:52 schrieb kbuild test robot <fengguang.wu@intel.com>: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 0666f560b71b899cd11a7caf39fd45129e9030fd > commit: d3488649dcd23b7a6e63895274ec69f80e92d4ed um: Fix CONFIG_GCOV for modules. > date: 4 days ago > config: um-allyesconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > git checkout d3488649dcd23b7a6e63895274ec69f80e92d4ed > # save the attached .config to linux build tree > make ARCH=um > > All errors (new ones prefixed by >>): > > kernel/gcov/base.o: In function `__crc___gcov_merge_add': >>> (*ABS*+0xbb29b267): multiple definition of `__crc___gcov_merge_add' > kernel/gcov/base.o: In function `__crc___gcov_init': >>> (*ABS*+0xdceb3072): multiple definition of `__crc___gcov_init' > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation > <.config.gz>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web