커널 컴파일시 에러가 나는데 도움점..^^;
//2.4.18을 컴파일하는데여...
계속 여기서 오류가 나서 진척이 없네여..^^;
음 menuconfig에서는 Loadable module support 모두 y두고
Network device support의
Universal TUN/TAP device driver support만 M으로 둔것 말고는
바꾼 것이 없습니다..
초보라 어떻게 해결해야할지 감이 오질 않네여..... 고수님들의 답변 부탁드립니다..
꾸벅~~
오류코드는 밑에 있습니다...
In file included from /project/kernel/linux/include/linux/sched.h:23,
from /project/kernel/linux/include/linux/mm.h:4,
from /project/kernel/linux/include/linux/slab.h:14,
from /project/kernel/linux/include/linux/proc_fs.h:5,
from init/main.c:15:
/project/kernel/linux/include/linux/smp.h:29: error: conflicting types for 'smp_ send_reschedule'
/project/kernel/linux/include/asm/smp.h:65: error: previous declaration of 'smp_ send_reschedule' was here
/project/kernel/linux/include/linux/smp.h:29: error: conflicting types for 'smp_ send_reschedule'
/project/kernel/linux/include/asm/smp.h:65: error: previous declaration of 'smp_ send_reschedule' was here
In file included from /project/kernel/linux/include/linux/unistd.h:9,
from init/main.c:17:
/project/kernel/linux/include/asm/unistd.h:360: warning: conflicting types for b uilt-in function '_exit'
make: *** [init/main.o] 오류 1
[root@localhost linux]# \
댓글 달기