This is the mail archive of the gcc-help@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]

Re: gcc possible bug...


On 9 July 2014 11:46, Scott Enyart wrote:
> 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.


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