Discussion:
gcc possible bug...
Scott Enyart
2014-07-09 10:46:33 UTC
Permalink
Hey guys, I’m using ubuntu 14 the new one. However, when I try to compile this one file, I get a #include <linux/linkage.h> error. But all the kernel headers have been installed… Just keep getting the same message over and over again… I really need to compile this file…






Thanks,


Scott


gcc 4.8.3
Jonathan Wakely
2014-07-09 11:05:02 UTC
Permalink
Post by Scott Enyart
Hey guys, I’m using ubuntu 14 the new one. However, when I try to compile this one file, I get a #include <linux/linkage.h> error. But all the kernel headers have been installed… Just keep getting the same message over and over again… I really need to compile this file…
GCC is telling you the header isn't there.

Since the header isn't part of GCC there's no much more to say. You'll
have to figure out if the header is meant to be there, or if not how
to fix the file that tries to include it.

Loading...