Re: libc big files splitting: 2 patches.
"Marc-F. Lucca-Daniau" <[email protected]> Thu, 20 Feb 2020 20:41:32 +0100
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <[email protected]> |
Well, it means that your kernel configuration is too large to fit in the 64K code segment. Please unselect some kernel options and try again. MFLD Le 20/02/2020 à 11:29, Marcin Laszewski a écrit : > Thank you very Marc, > > Today, suddenly I received errors after 'make clean; make': > (...) > arch/i86/drivers/block/blk_drv.a(ll_rw_blk.o): in function `blk_dev_init': > (.text+0x1ef): relocation truncated to fit: R_386_16 against `blk_dev' > (.text+0x1ff): relocation truncated to fit: R_386_16 against `blk_dev' > arch/i86/drivers/block/blk_drv.a(doshd.o): in function `end_request': > (.text+0xa0): additional relocation overflows omitted from the output > make[2]: *** [Makefile:109: boot/system] Error 1 > > I'm not very good at ld. Could you tell me what is the problem? > > Full tapescrit and my config are attached. > > ml.