This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
compile kernel
- From: esmaeil mirzaee <esmaeil dot debian at gmail dot com>
- To: kernelnewbies <kernelnewbies at kernelnewbies dot org>, gcc-help at gcc dot gnu dot org
- Date: Fri, 9 Sep 2011 03:52:29 -0400
- Subject: compile kernel
Hi all
I apologize for weak English and speaking ambiguously.
I download Linux kernel and I love to learn about it.
I try to compile a file like ~/kernel/acct.c but I've got error anyone
can help me.
$ gcc acct.c -o ac
acct.c:46: fatal error: linux/mm.h: No such file or directory
compilation terminated.