2008-10-21 16:55:10

by Oliver Neukum

[permalink] [raw]
Subject: vanilla tree not compiling

Hi,

compilation failed with this error:

ERROR: "p9_debug_level" [net/9p/9pnet.ko] undefined!
WARNING: modpost: Found 4 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: *** [__modpost] Fehler 1
make: *** [modules] Fehler 2

The last commit was 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4
.config is attached.

Regards
Oliver


Attachments:
(No filename) (391.00 B)
.config (85.31 kB)
Download all attachments

2008-10-21 17:11:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: vanilla tree not compiling

Oliver Neukum wrote:
> Hi,
>
> compilation failed with this error:
>
> ERROR: "p9_debug_level" [net/9p/9pnet.ko] undefined!
> WARNING: modpost: Found 4 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> make[1]: *** [__modpost] Fehler 1
> make: *** [modules] Fehler 2
>
> The last commit was 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4
> .config is attached.
>
Hi Oliver,
Patches have been posted for this a few times.

~Randy