Messages in this thread |  | | Date | Tue, 17 Oct 2000 13:37:25 +0200 (CEST) | From | Igmar Palsenberg <> | Subject | Re: compile error in 2.4.0-test10-pre3 |
| |
> [root@wr5z linux]# make bzImage > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o > scripts/split-include scripts/split-include.c > In file included from /usr/include/errno.h:36, > from scripts/split-include.c:26: > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You're missing the link to /usr/src/linux from /usr/include
In my case, /usr/include/linux is linked to /usr/src/linux/include/linux Same goes for /usr/include/asm, which points to /usr/src/linux/include/asm
> make: *** [scripts/split-include] Error 1
Igmar
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |