From: Haren Myneni <haren@us.ibm.com>
To: Wolfgang Pfeiffer <roto@gmx.net>
Cc: linux-ppc <linuxppc-dev@ozlabs.org>, ellerman@au1.ibm.com
Subject: Re: latest git: compile error: arch/powerpc/kernel/built-in.o
Date: Thu, 10 Aug 2006 14:14:46 -0700 [thread overview]
Message-ID: <44DBA1C6.2020902@us.ibm.com> (raw)
In-Reply-To: <20060810181154.GA3668@localhost>
Wolfgang Pfeiffer wrote:
A couple of Michael's patches are needed. I am able to build with your
config file.
http://ozlabs.org/pipermail/linuxppc-dev/2006-July/024271.html
http://ozlabs.org/pipermail/linuxppc-dev/2006-July/024272.html
Thanks
Haren
>Hi All
>
>I'm trying to compile a fresh git kernel, with latest sources pulled today,
>Aug. 10. To no avail so far.
>
>OS is Debian/unstable, last time I upgraded the system as far as the
>dependencies allowed doing that was yesterday, Aug. 10.
>
>---------------------
>$ cat /proc/cpuinfo
>processor : 0
>cpu : 7447A, altivec supported
>clock : 833.333000MHz
>revision : 0.5 (pvr 8003 0105)
>bogomips : 16.57
>timebase : 8320000
>platform : PowerMac
>machine : PowerBook5,8
>motherboard : PowerBook5,8 MacRISC3 Power Macintosh
>detected as : 287 (PowerBook G4 15")
>pmac flags : 00000019
>L2 cache : 512K unified
>pmac-generation : NewWorld
>-----------------------------
>
>Here's the config I used:
>
>http://wolfgangpfeiffer.com/config.060810.txt
>
>The compile messages:
>
>--------------------------------
>time MAKEFLAGS="CC=gcc-4.1" fakeroot make-kpkg --append-to-version=-060810 kernel_image
>
>results in [excerpts]:
>
> CC lib/sha1.o
> CC lib/string.o
> CC lib/vsprintf.o
> AR lib/lib.a
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
>arch/powerpc/kernel/built-in.o: In function `__restore_cpu_setup':
>(.text+0xcd34): undefined reference to `kexec_sr_activated'
>arch/powerpc/kernel/built-in.o: In function `__restore_cpu_setup':
>(.text+0xcd44): undefined reference to `crash_kexec_secondary'
>arch/powerpc/kernel/built-in.o: In function `early_init_devtree':
>(.init.text+0x1cdc): undefined reference to `reserve_crashkernel'
>arch/powerpc/kernel/built-in.o: In function `early_init_devtree':
>(.init.text+0x1e1c): undefined reference to `overlaps_crashkernel'
>make[1]: *** [.tmp_vmlinux1] Error 1
>make[1]: Leaving directory `/home/shorty/kernel-factory/git.08102006/linux-2.6'
>make: *** [debian/stamp-build-kernel] Error 2
>
>real 9m39.089s
>user 8m21.904s
>sys 0m59.167s
>
>------------------------------------------------------------
>
>and with gcc-4.0 the same:
>
>time MAKEFLAGS="CC=gcc-4.0" fakeroot make-kpkg --append-to-version=-060810 kernel_image
>
>results in [excerpts]:
>
> CC lib/vsprintf.o
> AR lib/lib.a
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
>arch/powerpc/kernel/built-in.o: In function `__restore_cpu_setup':
>(.text+0xcccc): undefined reference to `kexec_sr_activated'
>arch/powerpc/kernel/built-in.o: In function `__restore_cpu_setup':
>(.text+0xccdc): undefined reference to `crash_kexec_secondary'
>arch/powerpc/kernel/built-in.o: In function `early_init_devtree':
>(.init.text+0x15d0): undefined reference to `reserve_crashkernel'
>arch/powerpc/kernel/built-in.o: In function `early_init_devtree':
>(.init.text+0x1710): undefined reference to `overlaps_crashkernel'
>make[1]: *** [.tmp_vmlinux1] Error 1
>make[1]: Leaving directory `/home/shorty/kernel-factory/git.08102006/linux-2.6'
>make: *** [debian/stamp-build-kernel] Error 2
>
>--------------------------------------
>
>Please let me know if you need more details.
>
>Thanks in anticipation
>
>Best Regards
>Wolfgang Pfeiffer
>
>
>
next prev parent reply other threads:[~2006-08-10 21:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-10 18:11 latest git: compile error: arch/powerpc/kernel/built-in.o Wolfgang Pfeiffer
2006-08-10 21:14 ` Haren Myneni [this message]
2006-08-10 23:21 ` Wolfgang Pfeiffer
2006-08-10 23:48 ` Michael Ellerman
2006-08-17 6:41 ` Paul Mackerras
2006-08-17 12:06 ` Wolfgang Pfeiffer
2006-08-18 0:01 ` Michael Ellerman
-- strict thread matches above, loose matches on Subject: below --
2006-08-11 6:13 Niels Kristian Bech Jensen
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=44DBA1C6.2020902@us.ibm.com \
--to=haren@us.ibm.com \
--cc=ellerman@au1.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=roto@gmx.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.