This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754

Michael Davies <nemykal at mercurylampe dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nemykal at mercurylampe dot
                   |                            |org

--- Comment #3 from Michael Davies <nemykal at mercurylampe dot org> 2013-03-30 05:26:32 UTC ---
I get this same error when trying to compile kernel 3.8.5 with the hardened
grsecurity patch, and selecting CONFIG_PAX_CONSTIFY_PLUGIN:

scripts/kconfig/conf --silentoldconfig Kconfig
  HOSTCXX -fPIC tools/gcc/colorize_plugin.o
  HOSTCXX -fPIC tools/gcc/constify_plugin.o
tools/gcc/constify_plugin.c:35:20: fatal error: target.h: No such file or
directory
 #include "target.h"
                    ^
compilation terminated.
make[1]: *** [tools/gcc/constify_plugin.o] Error 1
make: *** [gcc-plugins] Error 2



Worked fine in 4.7.2, doesn't work with 4.8.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]