Page 1 of 1

3.9.8 Error

PostPosted: Thu Jun 27, 2013 10:54 pm
by GBit
Code: Select all
  LD [M]  drivers/video/via/viafb.o
  Building modules, stage 2.
  MODPOST 3415 modules
WARNING: modpost: Found 18046 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  CC      arch/x86/crypto/ablk_helper.mod.o
  CC      arch/x86/crypto/aes-x86_64.mod.o
  CC      arch/x86/crypto/aesni-intel.mod.o
cc1: error: argument to ‘-O’ should be a non-negative integer
cc1: error: argument to ‘-O’ should be a non-negative integer
make[2]: *** [arch/x86/crypto/ablk_helper.mod.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: error: argument to ‘-O’ should be a non-negative integer
make[2]: *** [arch/x86/crypto/aesni-intel.mod.o] Error 1
make[2]: *** [arch/x86/crypto/aes-x86_64.mod.o] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux/linux-3.9.8'
make: *** [debian/stamp/build/kernel] Error 2

http://pastebin.com/c0bksjQx

Re: 3.9.8 Error

PostPosted: Fri Jun 28, 2013 7:40 pm
by spender
Can you provide the output of "make V=1"? I'm not able to reproduce this issue here with your configuration.

-Brad

Re: 3.9.8 Error

PostPosted: Fri Jun 28, 2013 9:51 pm
by GBit
edit: It just compiled without error. Very odd. I'll compile next time with verbose in case it happens again.