* Errors while compiling 2.4.0test5 from BitKeeper
@ 2000-07-25 0:08 Jordan
2000-07-25 7:30 ` Michael Schmitz
0 siblings, 1 reply; 4+ messages in thread
From: Jordan @ 2000-07-25 0:08 UTC (permalink / raw)
To: Linuxppc Developer
I have been compiling my own kernels for a while now, lately though the
2.2 series gives me machine check errors and panics every time I start
up no matter which version I compile, so I decided to start trying the
2.4 series. For about the past two weeks now I have been trying to
figure out how to get the kernel to finish compiling and not gives the
following errors:
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic
arch/ppc/kernel/head.o init/main.o init/version.o \
--start-group \
arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o arch/ppc/xmon/x.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/parport/parport.a drivers/ide/idedriver.o
drivers/scsi/scsidrv.o drivers/cdrom/cdrom.a
drivers/sound/sounddrivers.o drivers/pci/pci.a
drivers/macintosh/macintosh.o drivers/video/video.o \
net/network.o \
/usr/src/linux/lib/lib.a \
--end-group \
-o vmlinux
arch/ppc/kernel/kernel.o: In function `pmac_set_rtc_time':
arch/ppc/kernel/kernel.o(.text+0x8ff8): undefined reference to
`pmu_request'
arch/ppc/kernel/kernel.o(.text+0x8ff8): relocation truncated to fit:
R_PPC_REL24 pmu_request
arch/ppc/kernel/kernel.o(.text+0x9008): undefined reference to
`pmu_poll'
arch/ppc/kernel/kernel.o(.text+0x9008): relocation truncated to fit:
R_PPC_REL24 pmu_poll
make: *** [vmlinux] Error 1
I would like to try this kernel to see if I can get it to boot on my
PowerMac G3 Beige Mini-Tower; however, until I can get this thing
figured out it looks like I am stuck. Thanks for any help.
Jordan Breeding
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors while compiling 2.4.0test5 from BitKeeper
2000-07-25 0:08 Errors while compiling 2.4.0test5 from BitKeeper Jordan
@ 2000-07-25 7:30 ` Michael Schmitz
2000-07-25 12:17 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Michael Schmitz @ 2000-07-25 7:30 UTC (permalink / raw)
To: Jordan; +Cc: Linuxppc Developer
> arch/ppc/kernel/kernel.o(.text+0x8ff8): relocation truncated to fit:
> R_PPC_REL24 pmu_request
> arch/ppc/kernel/kernel.o(.text+0x9008): undefined reference to
> `pmu_poll'
> arch/ppc/kernel/kernel.o(.text+0x9008): relocation truncated to fit:
> R_PPC_REL24 pmu_poll
> make: *** [vmlinux] Error 1
Include PMU support.
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors while compiling 2.4.0test5 from BitKeeper
2000-07-25 7:30 ` Michael Schmitz
@ 2000-07-25 12:17 ` Geert Uytterhoeven
2000-07-25 18:08 ` Michael Schmitz
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2000-07-25 12:17 UTC (permalink / raw)
To: Michael Schmitz; +Cc: Jordan, Linuxppc Developer
On Tue, 25 Jul 2000, Michael Schmitz wrote:
> > arch/ppc/kernel/kernel.o(.text+0x8ff8): relocation truncated to fit:
> > R_PPC_REL24 pmu_request
> > arch/ppc/kernel/kernel.o(.text+0x9008): undefined reference to
> > `pmu_poll'
> > arch/ppc/kernel/kernel.o(.text+0x9008): relocation truncated to fit:
> > R_PPC_REL24 pmu_poll
> > make: *** [vmlinux] Error 1
>
> Include PMU support.
Or make the calls to the PMU stuff dependent on the PMU config option.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors while compiling 2.4.0test5 from BitKeeper
2000-07-25 12:17 ` Geert Uytterhoeven
@ 2000-07-25 18:08 ` Michael Schmitz
0 siblings, 0 replies; 4+ messages in thread
From: Michael Schmitz @ 2000-07-25 18:08 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Michael Schmitz, Jordan, Linuxppc Developer
> > Include PMU support.
>
> Or make the calls to the PMU stuff dependent on the PMU config option.
That would be the Right Thing, and both harder to do and boring as such
:-)
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-07-25 18:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-25 0:08 Errors while compiling 2.4.0test5 from BitKeeper Jordan
2000-07-25 7:30 ` Michael Schmitz
2000-07-25 12:17 ` Geert Uytterhoeven
2000-07-25 18:08 ` Michael Schmitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).