[PATCH] generate COFF zImage in arch/powerpc/boot
Olaf Hering
olh at suse.de
Sat Nov 19 20:12:57 EST 2005
On Sat, Nov 19, Olaf Hering wrote:
> On Sat, Nov 19, Paul Mackeras wrote:
>
> > There is still something I haven't got right: if you do make -j3, it
> > does this sort of thing:
> >
> > STRIP vmlinux.strip
> > STRIP vmlinux.strip
> > GZIP arch/powerpc/boot/kernel-vmlinux.strip.gz
> > GZIP arch/powerpc/boot/kernel-vmlinux.strip.gz
> > BOOTCC arch/powerpc/boot/kernel-vmlinux.strip.o
> > BOOTCC arch/powerpc/boot/kernel-vmlinux.strip.o
> > mv: cannot stat `arch/powerpc/boot/.kernel-vmlinux.strip.o.tmp': No such file or directory
> > make[2]: *** [arch/powerpc/boot/kernel-vmlinux.strip.o] Error 1
> > make[1]: *** [zImage] Error 2
> >
> > I have no idea why it tries to make those things twice in parallel.
I got this:
Building modules, stage 2.
BOOTAS arch/powerpc/boot/crt0.o
BOOTCC arch/powerpc/boot/prom.o
BOOTAS arch/powerpc/boot/crt0.o
BOOTCC arch/powerpc/boot/prom.o
BOOTCC arch/powerpc/boot/stdio.o
BOOTCC arch/powerpc/boot/main.o
BOOTCC arch/powerpc/boot/stdio.o
BOOTCC arch/powerpc/boot/main.o
HOSTCC arch/powerpc/boot/hack-coff
mv: cannot stat `arch/powerpc/boot/.crt0.o.tmp': No such file or directory
make[2]: *** [arch/powerpc/boot/crt0.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv: cannot stat `arch/powerpc/boot/.prom.o.tmp': No such file or directory
make[2]: *** [arch/powerpc/boot/prom.o] Error 1
fixdep: arch/powerpc/boot/.main.o.d: No such file or directory
make[2]: *** [arch/powerpc/boot/main.o] Error 2
make[1]: *** [zImage] Error 2
make[1]: *** Waiting for unfinished jobs....
mv: cannot stat `arch/powerpc/boot/.stdio.o.tmp': No such file or directory
make[2]: *** [arch/powerpc/boot/stdio.o] Error 1
make[1]: *** [zImage.coff] Error 2
The dependencies need some work.
--
short story of a lazy sysadmin:
alias appserv=wotan
More information about the Linuxppc-dev
mailing list