커널 컴파일을 하는데요..
나중에 커널 이미지생성을 하면..
# make bzImage
.....
.....
.....
from init/main.c:15:
/usr/src/linux-2.5.4/include/asm/processor.h: In function 'thread_saved_pc' :
/usr/src/linux-2.5.4/include/asm/processor.h:444: dereferecing pointer to incomplete type
/usr/src/linux-2.5.4/include/asm/processor.h:445: warning: control reaches end of non-void function
make: *** [inint/main.o] 오류1
이렇게 되면서..
이미지생성이 안되네여..
이유가 무엇인지..
좀 갈쳐주세요 ~~