Bug 475 - uImage target for U-boot failed generating
Summary: uImage target for U-boot failed generating
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Windows
: P5 normal
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 11:02 UTC by Etienne Lorrain
Modified: 2010-07-15 09:23 UTC (History)
1 user (show)

See Also:
Host: i386-pc-linux-gnu
Target: powerpc-unknown-linux-gnu
Build: i386-pc-linux-gnu


Attachments
all config leading to the error (27.52 KB, application/x-gzip-compressed)
2009-07-21 11:02 UTC, Etienne Lorrain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Etienne Lorrain 2009-07-21 11:02:57 UTC
Created attachment 487 [details]
all config leading to the error

BOOTCC  arch/powerpc/boot/fdt_rw.o
  BOOTCC  arch/powerpc/boot/fdt_strerror.o
  BOOTAR  arch/powerpc/boot/wrapper.a
  WRAP    arch/powerpc/boot/uImage
/home/elorrain/buildroot/project_build_powerpc/Eqam4G/linux-2.6.30.2/arch/powerpc/boot/wrapper: line 261: mkimage: command not found
make[2]: *** [arch/powerpc/boot/uImage] Error 127
make[1]: *** [uImage] Error 2
make[1]: Leaving directory `/home/elorrain/buildroot/project_build_powerpc/Eqam4G/linux-2.6.30.2'
make: *** [/home/elorrain/buildroot/binaries/Eqam4G/uImage] Error 2
Comment 1 Thomas Petazzoni 2010-02-21 22:32:59 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 2 Thomas Petazzoni 2010-06-07 20:40:37 UTC
Yes, the BR2_KERNEL_LINUX infrastructure doesn't handle the dependency on mkimage, while the BR2_KERNEL_LINUX_ADVANCED infrastructure does. I don't intend to fix the current BR2_KERNEL_LINUX infrastructure since I've completely rewritten the code to compile the Linux kernel and hope to get it merged for 2010.08. The dependency on mkimage in this new infrastructure should be correct.

So if my new infrastructure gets merged, we'll be able to mark this bug as fixed.
Comment 3 Thomas Petazzoni 2010-07-15 09:23:49 UTC
The linux-cleanup work has been merged, and it properly handles the dependency on uImage generation to U-Boot mkimage. So this bug is fixed now.