Make fails compiling GCC
Posted
by
TheGatorade
on Super User
See other posts from Super User
or by TheGatorade
Published on 2012-06-03T20:32:11Z
Indexed on
2012/06/03
22:42 UTC
Read the original article
Hit count: 403
gcc
I'm trying to Linux From Scratch, I'm compiling GCC.
I get this error:
In file included from /usr/include/stdio.h:28:0,
from ../.././gcc-4.7.0/libgcc/../gcc/tsystem.h:88,
from ../.././gcc-4.7.0/libgcc/libgcc2.c:29:
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
I don't know how to fix this. I'm using GCC version 4.7.0
Anyone knows how to fix this?
© Super User or respective owner