Re: cannot compile

From: Marco Roeland
Date: Tue Mar 23 2004 - 06:39:55 EST


On Tuesday March 23rd 2004 Mauro Stettler wrote:

> ...
> include/linux/kernel.h:10:20: stdarg.h: No such file or directory

There's something wrong with your gcc installation. It has nothing to do
with the kernel compilation perse.

stdarg.h is a part of the headers that are specific to each gcc version.
You'll normally find it somewhere below /usr/lib/gcc-lib.

Perhaps something went wrong during installation of your gcc (a full
disk or so) or you moved some directory trees, causing gcc no longer to
find its include files. Some directories are hardcoded into the gcc
executable during its compilation. If you have to move some things (to
work around full partitions say) use symlinks.

Try reinstalling gcc.
--
Marco Roeland
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/