linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Relinking zImage when nothing changes
@ 2011-08-12 17:46 Stephen Boyd
  2011-08-12 18:02 ` Sam Ravnborg
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Boyd @ 2011-08-12 17:46 UTC (permalink / raw)
  To: linux-arm-kernel

I was hoping with the recent patch e78e8f2 (kernel: prevent unnecessary
rebuilding due to config_data.gz, 2011-07-05) compiling ARM linux a
second time would amount to no more linking. This doesn't seem to be the
case though. Doing a make V=2 I see that lib1funcs.S is shipped and thus
we have to recompile it although nothing actually changed. This in turn
requires us to relink the compressed vmlinux and then recreate the zImage.

  Kernel: arch/arm/boot/Image is ready
  SHIPPED arch/arm/boot/compressed/lib1funcs.S - due to missing .cmd file
  AS      arch/arm/boot/compressed/lib1funcs.o - due to: arch/arm/boot/compressed/lib1funcs.S
  LD      arch/arm/boot/compressed/vmlinux - due to: arch/arm/boot/compressed/lib1funcs.o
  OBJCOPY arch/arm/boot/zImage - due to: arch/arm/boot/compressed/vmlinux
  Kernel: arch/arm/boot/zImage is ready


Is there any way to avoid this? Perhaps the shipped command could become
a bit wiser?

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-08-18 22:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 17:46 Relinking zImage when nothing changes Stephen Boyd
2011-08-12 18:02 ` Sam Ravnborg
2011-08-12 18:12   ` Stephen Boyd
2011-08-12 18:34     ` Sam Ravnborg
2011-08-12 18:52       ` Stephen Boyd
2011-08-12 19:00         ` [PATCH] ARM: zImage: Skip relinking if " Stephen Boyd
2011-08-12 20:48           ` Arnaud Lacombe
2011-08-12 20:55             ` Russell King - ARM Linux
2011-08-12 21:41               ` Arnaud Lacombe
2011-08-12 22:03                 ` Sam Ravnborg
2011-08-12 22:17                   ` Arnaud Lacombe
2011-08-13  6:34                     ` Sam Ravnborg
2011-08-13 16:02                       ` Arnaud Lacombe
2011-08-12 22:32             ` Arnaud Lacombe
2011-08-18  3:44               ` Nicolas Pitre
2011-08-18 18:03                 ` Arnaud Lacombe
2011-08-18 19:31                   ` Russell King - ARM Linux
2011-08-18 22:25                     ` Troy Kisky
2011-08-18 22:38                       ` Arnaud Lacombe
2011-08-12 20:20   ` Relinking zImage when " Arnaud Lacombe
2011-08-12 20:24     ` Sam Ravnborg
2011-08-12 20:31       ` Arnaud Lacombe

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).