Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471106 > unrolled thread
| Started by | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| First post | 2016-08-27 08:00 +0200 |
| Last post | 2016-08-27 15:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 kbuild test robot <fengguang.wu@intel.com> - 2016-08-27 08:00 +0200
Re: Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 Kees Cook <keescook@chromium.org> - 2016-08-27 15:30 +0200
Re: Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 Fengguang Wu <fengguang.wu@intel.com> - 2016-08-27 15:40 +0200
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Date | 2016-08-27 08:00 +0200 |
| Subject | Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 |
| Message-ID | <saEOR-Bo-11@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: 28687b935e93a9041a485b9ecdcab0e335f8eda5
commit: ed58c0e9eefef517aa5a547b78658e2ab4422232 gcc-plugins: abort builds cleanly when not supported
date: 3 weeks ago
config: x86_64-randconfig-s1-08271305 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
git checkout ed58c0e9eefef517aa5a547b78658e2ab4422232
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
scripts/Makefile.gcc-plugins:17: warning: cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not supported by compiler
>> Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5
make[1]: *** [gcc-plugins-check] Error 1
make[1]: Target 'prepare' not remade because of errors.
make: *** [sub-make] Error 2
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [next] | [standalone]
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Date | 2016-08-27 15:30 +0200 |
| Message-ID | <saLQm-53G-23@gated-at.bofh.it> |
| In reply to | #1471106 |
Hi, This appears to be "as expected": 4.4 gcc doesn't have either of those features, so it correctly failed. -Kees On Sat, Aug 27, 2016 at 1:52 AM, kbuild test robot <fengguang.wu@intel.com> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 28687b935e93a9041a485b9ecdcab0e335f8eda5 > commit: ed58c0e9eefef517aa5a547b78658e2ab4422232 gcc-plugins: abort builds cleanly when not supported > date: 3 weeks ago > config: x86_64-randconfig-s1-08271305 (attached as .config) > compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 > reproduce: > git checkout ed58c0e9eefef517aa5a547b78658e2ab4422232 > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > scripts/Makefile.gcc-plugins:17: warning: cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not supported by compiler >>> Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 > make[1]: *** [gcc-plugins-check] Error 1 > make[1]: Target 'prepare' not remade because of errors. > make: *** [sub-make] Error 2 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation -- Kees Cook Nexus Security
[toc] | [prev] | [next] | [standalone]
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Date | 2016-08-27 15:40 +0200 |
| Message-ID | <saM02-56N-27@gated-at.bofh.it> |
| In reply to | #1471174 |
Hi Kees, On Sat, Aug 27, 2016 at 09:28:38AM -0400, Kees Cook wrote: >Hi, > >This appears to be "as expected": 4.4 gcc doesn't have either of those >features, so it correctly failed. OK, I'll teach the robot to use newer compiler for CONFIG_GCC_PLUGINS. Thanks, Fengguang >On Sat, Aug 27, 2016 at 1:52 AM, kbuild test robot ><fengguang.wu@intel.com> wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master >> head: 28687b935e93a9041a485b9ecdcab0e335f8eda5 >> commit: ed58c0e9eefef517aa5a547b78658e2ab4422232 gcc-plugins: abort builds cleanly when not supported >> date: 3 weeks ago >> config: x86_64-randconfig-s1-08271305 (attached as .config) >> compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 >> reproduce: >> git checkout ed58c0e9eefef517aa5a547b78658e2ab4422232 >> # save the attached .config to linux build tree >> make ARCH=x86_64 >> >> All errors (new ones prefixed by >>): >> >> scripts/Makefile.gcc-plugins:17: warning: cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not supported by compiler >>>> Cannot use CONFIG_GCC_PLUGINS: your gcc version does not support plugins, you should upgrade it to at least gcc 4.5 >> make[1]: *** [gcc-plugins-check] Error 1 >> make[1]: Target 'prepare' not remade because of errors. >> make: *** [sub-make] Error 2 >> >> --- >> 0-DAY kernel test infrastructure Open Source Technology Center >> https://lists.01.org/pipermail/kbuild-all Intel Corporation > > > >-- >Kees Cook >Nexus Security
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web