: 컴파일도중 여기서 에러 나는데 해결좀해주세요!!!!!!!!!!!
: 미치기 일보직전........................................
:
: 한국통신 ADSL 할려구
: 커널2.2.13 과 pppoed-0.4 로 컴파일도중
: make mrproper / make make xconfig / make dep / make clean 실핼후
: make bzImage 실행중 Error Message.........?
:
: gcc -wall -wstrict-prototypes -02 -fomit-frame-pointer -0 scripts/split-
: include scripts/split-include.c
: In file included forem /usr/include/errno.h:36,from scripts/split-include.c:26:
: /usr/include/bits/errno.h:25: linux/errno.h: 그런화일이나 디렉토리가 없음
: make: *** [scripts/split-include] Error 1
커널 소스의 include 디렉토리 밑에 해당 플랫폼의 디렉토리 (ex. asm-i386/)
가 asm 이라는 이름으로 symlink 되어 있는지 확인하시고..
그게 있다면, /usr/include/ 디렉토리에 asm, linux 라는 symlink 가
각각 커널 소스의 include/asm, include/linux 디렉토리에 제대로
링크되어 있는지 확인하시길 바랍니다.--... 2nd JewelJar ...