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
0001305 [buildroot] Architecture Specific minor always 04-08-07 01:09 08-16-08 11:00
Reporter bell View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001305: DEPRECATED: target "ARM" does not build
Description Target architecture "arm" with no other changes on default config does not build:


.debug_varnames
 *(.debug_varnames)

.note.gnu.arm.ident
 *(.note.gnu.arm.ident)

/DISCARD/
 *(.note.GNU-stack)
OUTPUT(busybox_unstripped elf32-littlearm)
collect2: ld returned 1 exit status
/home/anwender/embedded/elta8882a/buildroot/buildroot/build_arm/staging_dir/bin/arm-linux-uclibc-strip: 'busybox_unstripped': No such file
install: cannot stat `busybox': No such file or directory
make[1]: *** [install] Fehler 1
make[1]: Leaving directory `/home/anwender/embedded/elta8882a/buildroot/buildroot/build_arm/busybox-1.5.0'
make: *** [/home/anwender/embedded/elta8882a/buildroot/buildroot/build_arm/root/bin/busybox] Fehler 2


Additional Information System: athlon-xp optimized Gentoo
Config:
buildroot $ diff .defconfig .config | grep -v ". #" | grep -v "^. $"
5c5,6
---
> BR2_arm=y
6a8
8c10
< BR2_i386=y
---
11a14
13a17
15c19,42
< BR2_ARCH="i386"
---
> BR2_generic_arm=y
> BR2_ARM_TYPE="GENERIC_ARM"
> BR2_ARM_OABI=y
> BR2_ARCH="arm"
> BR2_ENDIAN="LITTLE"
16a44,61
> BR2_SVN="svn co"
> BR2_ZCAT="gzip -d -c"
> BR2_BZCAT="bzcat"
> BR2_TAR_OPTIONS=""
> BR2_DL_DIR="$(BASE_DIR)/dl"
> BR2_SOURCEFORGE_MIRROR="easynews"
> BR2_ATMEL_MIRROR="distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"">ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/" [distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"" target="_blank">^]
> BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/" [^]
> BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
> BR2_TOPDIR_PREFIX=""
> BR2_TOPDIR_SUFFIX=""
> BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
> BR2_GNU_TARGET_SUFFIX="linux-uclibc"
> BR2_JLEVEL=1
> BR2_TOOLCHAIN_BUILDROOT=y
21,24c66,87
< BR2_KERNEL_HEADERS_2_6_19_2=y
< BR2_DEFAULT_KERNEL_HEADERS="2.6.19.2"
< BR2_UCLIBC_VERSION_0_9_28_1=y
---
> BR2_KERNEL_HEADERS_2_4_31=y
> BR2_DEFAULT_KERNEL_HEADERS="2.4.31"
> BR2_UCLIBC_VERSION_SNAPSHOT=y
> BR2_USE_UCLIBC_SNAPSHOT="snapshot"
25a89,97
> BR2_PTHREADS_OLD=y
43c115,122
---
> BR2_BINUTILS_VERSION="2.17"
> BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
50c129
---
> BR2_GCC_VERSION_3_4_6=y
54a134
56,57c136,141
< BR2_GCC_VERSION_4_1_1=y
< BR2_GCC_USE_SJLJ_EXCEPTIONS="--enable-sjlj-exceptions"
---
> BR2_GCC_VERSION="3.4.6"
59a144,155
> BR2_GCC_SHARED_LIBGCC=y
61a158,170
63a173
64a175,485
> BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
> BR2_PACKAGE_BUSYBOX=y
> BR2_BUSYBOX_VERSION_1_5_0=y
> BR2_BUSYBOX_VERSION="1.5.0"
> BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
> BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.5.0.config"
> BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS=""
> BR2_HOST_FAKEROUTE=y
> BR2_NETWORK_SUPPORT=y
> BR2_BLOCKDEV_SUPPORT=y
> BR2_AUDIO_SUPPORT=y
> BR2_GRAPHIC_SUPPORT=y
> BR2_COMPRESSOR_SUPPORT=y
> BR2_SCRIPTING_SUPPORT=y
> BR2_TARGET_ROOTFS_EXT2=y
> BR2_TARGET_ROOTFS_EXT2_BLOCKS=0
> BR2_TARGET_ROOTFS_EXT2_INODES=0
> BR2_TARGET_ROOTFS_EXT2_RESBLKS=0
> BR2_TARGET_ROOTFS_EXT2_SQUASH=y
> BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2"
> BR2_TARGET_ROOTFS_EXT2_NONE=y
> BR2_TARGET_ROOTFS_EXT2_COPYTO=""
Attached Files  build.log [^] (435,743 bytes) 04-19-07 00:31

- Relationships

- Notes
(0002318)
Matthias Kaehlcke
04-15-07 07:49

i have the same (or similar) behaviour when trying to build busybox (for ARM) with the ELDK-uClibc 4.1 toolchain
 
(0010164)
bell
08-02-08 13:36

Today i tested the compiling now. It works. You can close this bug.
 
(0010504)
jacmet
08-16-08 11:00

closing as requested
 

- Issue History
Date Modified Username Field Change
04-08-07 01:09 bell New Issue
04-08-07 01:09 bell Status new => assigned
04-08-07 01:09 bell Assigned To  => buildroot
04-15-07 07:49 Matthias Kaehlcke Note Added: 0002318
04-19-07 00:31 Matthias Kaehlcke File Added: build.log
07-07-07 12:00 bernhardf Summary target "ARM" does not build => DEPRECATED: target "ARM" does not build
08-02-08 13:36 bell Note Added: 0010164
08-16-08 11:00 jacmet Status assigned => closed
08-16-08 11:00 jacmet Note Added: 0010504
08-16-08 11:00 jacmet Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker