public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: drew@drewb.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.3-pre7 and System.map, bzImage ??
Date: Sun, 25 Mar 2001 21:36:31 +1000	[thread overview]
Message-ID: <4010.985520191@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sun, 25 Mar 2001 11:14:44 GMT." <15037.54052.77265.743026@champ.serialhacker.net>

On Sun, 25 Mar 2001 11:14:44 +0000 (), 
Drew Bertola <drew@drewb.com> wrote:
>I've compiled 2.4.3-pre7 and no errors were reported, yet I can't find
>the kernel bzImage or System.map file.  Did I miss a major change in the
>install procedure since 2.4.1?

The only change that might cause a problem is to arch/i386/boot/Makefile.

@@ -43,7 +43,7 @@ tools/build: tools/build.c
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
 
 bootsect: bootsect.o
-       $(LD) -Ttext 0x0 -s -oformat binary -o $@ $<
+       $(LD) -Ttext 0x0 -s --oformat binary -o $@ $<

There was also a bug fix to genksyms processing, although that is less
likely to be the cause.  Check that your modutils and binutils are up
to date.


      parent reply	other threads:[~2001-03-25 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-25 11:14 2.4.3-pre7 and System.map, bzImage ?? Drew Bertola
2001-03-25 11:29 ` Juha Saarinen
2001-03-25 11:36 ` Keith Owens [this message]

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=4010.985520191@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=drew@drewb.com \
    --cc=linux-kernel@vger.kernel.org \
    /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