From: Russell King <rmk@arm.linux.org.uk>
To: linux-kernel@vger.kernel.org,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: Re: [PATCH-RFC] ARM Makefile cleanup
Date: Mon, 4 Nov 2002 21:26:36 +0000 [thread overview]
Message-ID: <20021104212636.D18967@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20021102225530.GC15134@mars.ravnborg.org>; from sam@ravnborg.org on Sat, Nov 02, 2002 at 11:55:31PM +0100
On Sat, Nov 02, 2002 at 11:55:31PM +0100, Sam Ravnborg wrote:
> They looked pretty OK before, but I have updated then to use the new
> make clean infrastructure, and deleted inclusion of Rules.make when I
> touched a file that included that file.
Unfortunately it breaks:
Generating build number
Generating include/linux/compile.h (updated)
arm-linux-gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -mno-sched-prolog -fno-strict-aliasing -fno-common -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float -Wa,-mno-fpu -nostdinc -iwithprefix include -DKBUILD_BASENAME=version -c -o init/version.o init/version.c
arm-linux-ld -r -o init/built-in.o init/main.o init/version.o init/do_mounts.o init/initramfs.o
arm-linux-ld -p -X -T arch/arm/vmlinux.lds.s arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/mach-sa1100/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm/nwfpe/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o lib/lib.a arch/arm/lib/lib.a drivers/built-in.o sound/built-in.o net/built-in.o --end-group -o vmlinux
make -f scripts/Makefile.build obj=arch/arm/boot arch/arm/boot/zImage
make -f scripts/Makefile.build obj=arch/arm/boot/compressed/ arch/arm/boot/compressed/vmlinux
make[2]: Nothing to be done for `arch/arm/boot/compressed/vmlinux'.
arm-linux-objcopy -O binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/zImage
I did a make clean without telling make ARCH=arm just prior, so
arch/arm/boot/compressed contains some stale files. It looks like
there's a missing dependency on the top level vmlinux file:
-rwxrwxr-x 1 rmk rmk 1822788 Nov 4 15:37 arch/arm/boot/compressed/piggy
-rwxrwxr-x 1 rmk rmk 2283887 Nov 4 21:18 vmlinux
but oddly, arch/arm/boot/compressed/Makefile contains:
$(obj)/piggy: vmlinux; $(call if_changed,objcopy)
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
prev parent reply other threads:[~2002-11-04 21:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-02 22:55 Sam Ravnborg
2002-11-04 21:26 ` Russell King [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=20021104212636.D18967@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=kai@tp1.ruhr-uni-bochum.de \
--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
all inboxes | Powered by JetHome®