Re: Kernel build fails "cannot move âarch/arm/boot/compressed/.piggy.gzip.o.tmp" then succeeds

From: Michal Marek
Date: Mon Jan 11 2016 - 04:23:55 EST


On 2016-01-11 09:58, Pavel Machek wrote:
> Second try:
>
> AS arch/arm/boot/compressed/piggy.gzip.o
> AS arch/arm/boot/compressed/piggy.gzip.o
> mv: cannot move âarch/arm/boot/compressed/.piggy.gzip.o.tmpâ to âarch/arm/boot/compressed/.piggy.gzip.o.cmdâ: No such file or directory

I guess you are missing 3939f3345050 ("ARM: 8418/1: add boot image
dependencies to not generate invalid images"). Without this fix and with
'make uImage zImage', two make instances try to produce a zImage at the
same time.

Michal