Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Is this error message something that I should be worried about?

linux-y3pi:/usr/src/linux-2.6.38.8 # make modules
scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  Building modules, stage 2.
  MODPOST 2516 modules
***WARNING: modpost: Found 10 section mismatch(es).***
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
share|improve this question
Probably duplicate of stackoverflow.com/questions/6807766/… – Ulrich Dangel Jun 8 '12 at 14:14
@UlrichDangel That's very good answer for this question, but how to handle this question? Close it for duplicated or Leave it as a high voted unanswered question(4 votes is high in unix.SE) or somethings else? – Lai Jiangshan Jul 31 '12 at 3:37
@LaiJiangshan Or merge that answer with this one? – Anisha Kaul Jul 31 '12 at 4:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.