Unable to compile linux-kernel pulled from nf-next tree
valdis.kletnieks at vt.edu
valdis.kletnieks at vt.edu
Tue Dec 19 12:29:48 EST 2017
On Tue, 19 Dec 2017 22:15:02 +0530, Harsha Sharma said:
> This is the output of make.
> Building modules, stage 2.
> MODPOST 4905 modules
> fs/ufs/ufs.o: Invalid argument
> scripts/Makefile.modpost:92: recipe for target '__modpost' failed
You didn't fill up the filesystem you were building in, did you? If you're using
a .config that builds 4,900+ modules, that's going to chew disk like crazy,
especially if you have CONFIG_DEBUG_KERNEL=y so all of them are built
with 'gcc -g'....
(You may want to consider doing a 'make localmodconfig' so it bypasses the
3,500 or more modules that don't apply to your hardware/software config...)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 486 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20171219/32f7c57b/attachment.bin
More information about the Kernelnewbies
mailing list