From: f5ibh <f5ibh@db0bm.ampr.org>
To: xxh1@cdc.gov
Cc: linux-kernel@vger.kernel.org
Subject: trouble with 2.4.2 just released
Date: Thu, 22 Feb 2001 20:44:27 +0100 [thread overview]
Message-ID: <200102221944.UAA03298@db0bm.ampr.org> (raw)
Hi Heitzso,
>On the other box I have yet to get a
>successful build (using a .config that
>runs 2.4.2-pre4 fine). ld complains
>about a missing binary file.
>ld: cannot open binary: no such file or directory
ld is not complaining about a missing file.
The problem is with the version of ld you use. Some versions are using
ld --oformat and other versions ld -oformat
This is quite a recent issue. So check the version of you linker.
You can solve the problem changing :
./arch/i386/boot/Makefile: $(LD) -Ttext 0x0 -s -oformat binary -o $@ $<
to --oformat
I think you hav not done any mistake, but the latest Debian (unstable) version
of ld seems not to be right.
I think this will works.
---------
Best Regards
Jean-Luc
next reply other threads:[~2001-02-22 19:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-22 19:44 f5ibh [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-02-22 19:53 Christopher Chimelis
2001-02-22 18:55 Heitzso
2001-02-22 19:57 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200102221944.UAA03298@db0bm.ampr.org \
--to=f5ibh@db0bm.ampr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xxh1@cdc.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®