* 2.4.3-pre7 and System.map, bzImage ??
@ 2001-03-25 11:14 Drew Bertola
2001-03-25 11:29 ` Juha Saarinen
2001-03-25 11:36 ` Keith Owens
0 siblings, 2 replies; 3+ messages in thread
From: Drew Bertola @ 2001-03-25 11:14 UTC (permalink / raw)
To: linux-kernel
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?
I can't find any references in the docs or archives.
--
Drew Bertola | Send a text message to my pager or cell ...
| http://jpager.com/Drew
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: 2.4.3-pre7 and System.map, bzImage ??
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
1 sibling, 0 replies; 3+ messages in thread
From: Juha Saarinen @ 2001-03-25 11:29 UTC (permalink / raw)
To: drew, linux-kernel
:: 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?
::
:: I can't find any references in the docs or archives.
Do:
make bzlilo
and look in your / directory.
-- Juha
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.4.3-pre7 and System.map, bzImage ??
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
1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2001-03-25 11:36 UTC (permalink / raw)
To: drew; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-03-25 11:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox