MODPOST section mismatches
    Steve Heflin 
    sheflin at newagemicro.com
       
    Fri Feb 22 08:33:58 EST 2008
    
    
  
while building vmlinux.o the MODPOST warns about 8 section mismatches.
WARNING: modpost: Found 8 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
After modifying the make launch to include the recommended option 
shown above, I see that the section mismatch warning is due to data 
structures containing the address of initialization modules which 
have the __init attribute. Since the memory model is FLAT, is this a problem?
thanks,
Steve
  
    
    
More information about the Linuxppc-embedded
mailing list