Re: MODPOST section mismatches
From: Steve Heflin <hidden>
Date: 2008-02-22 16:42:00
To reproduce the problem and see the details on section mismatches:
make ARCH=powerpc sequoia_defconfig
make ARCH=powerpc CONFIG_DEBUG_SECTION_MISMATCH=y
At 04:33 PM 2/21/2008, Steve Heflin wrote: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 _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded