BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005184 [buildroot] Architecture Specific major always 09-29-08 08:09 09-29-08 08:09
Reporter Anders Blomdell View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0005184: Building atngw100 fails due to missing mkimage
Description Building atngw100 fails with:

  UIMAGE arch/avr32/boot/images/uImage
"mkimage" command not found - U-Boot images will not be built
  Image arch/avr32/boot/images/uImage is ready
make[1]: Leaving directory `/local/src/avr32/buildroot/buildroot-20080925/project_build_avr32/atngw100/linux-2.6.24'
cp -pf /local/src/avr32/buildroot/buildroot-20080925/project_build_avr32/atngw100/linux-2.6.24/arch/avr32/boot/images/uImage /local/src/avr32/buildroot/buildroot-20080925/binaries/atngw100/atngw100-linux-2.6.24-20080929.gz
cp: cannot stat `/local/src/avr32/buildroot/buildroot-20080925/project_build_avr32/atngw100/linux-2.6.24/arch/avr32/boot/images/uImage': No such file or directory
make: *** [/local/src/avr32/buildroot/buildroot-20080925/binaries/atngw100/atngw100-linux-2.6.24-20080929.gz] Error 1
Additional Information Applying the patch below builds the mkimage tool, but unfortunately it does not end up in the active path, so I had to do a

  PATH=${PATH}:/path/to/staging/dir/usr/bin make

in order to finish properly.

--- Makefile~ 2008-09-25 09:15:27.000000000 +0200
+++ Makefile 2008-09-29 16:29:28.000000000 +0200
@@ -200,7 +200,10 @@
 #
 ##############################################################
 ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
-BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
+BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
+ifeq ($(BR2_LINUX_BIN_UIMAGE),y)
+BASE_TARGETS+=u-boot
+endif
 else
 BASE_TARGETS:=uclibc kernel-headers
 endif
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-29-08 08:09 Anders Blomdell New Issue
09-29-08 08:09 Anders Blomdell Status new => assigned
09-29-08 08:09 Anders Blomdell Assigned To  => buildroot
09-29-08 08:10 Anders Blomdell Issue Monitored: Anders Blomdell


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker