I try to compile my kernel to fullfile my PMIPv6 testbed setting. The step as follow:
sudo make oldconfig
sudo make xconfig
after this execute i configure my kernel setting. Then after that i execute the :
sudo make
Everything going fine.. but then when i execute the :
sudo make modules
there were warning occur. Is that warning will contribute to the kernel panic.. because i try to recompile my kernel, but everytime i recompile and reboot my system, the kernel panic. I dont know what else to do to solve my problem.
anyone can help me??
Quote:
root@utmmimos:/usr/src/linux-source-2.6.32# sudo make modules
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
Building modules, stage 2.
MODPOST 2782 modules
WARNING: modpost: Found 14 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
root@utmmimos:/usr/src/linux-source-2.6.32#
|