From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc-F. Lucca-Daniau" Subject: Re: libc big files splitting: 2 patches. Date: Thu, 20 Feb 2020 20:41:32 +0100 Message-ID: <2885feae-df72-f9c4-1246-e3141c2136e3@gmail.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=4Se7bcqgKD8hSxo4bsFDcEjUyyfJcBEJHiWx7Ar1dxo=; b=ZOhFqjRxZfWNGCS4qXeNhqM5XZeFCC1cyg2p2CuvQW4VGpFLFcCHmsOxYjd4ItD5O9 QFF1D64hprylEDQSB14h2aTFj4aImJpkXr87e2SZSiLqP5cxkb+41kXglnGw0XK5OQbe B5TCt7zPkJ0+mi3jU6yRC674A7PyEOcRijpCCD5xovuOm5DPd4DbhWSgThwt/PZOGC/u xf9BVNbXcwl1KuDcQGpfdUnXhhKe6Hcn7gNTetv4RF1LsonsAcyH1FxFWetM3Mqnpb0v wxCDxBQWBaRSzWytzaNg+0jfxzlXnq4F5o/+rXoHJ5ljp2B7o1yJtgxEv9LF+10EPypx wu3w== In-Reply-To: Content-Language: fr-FR Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" To: Marcin Laszewski Cc: ELKS 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.