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
0000573 [buildroot] Architecture Specific major always 11-30-05 23:58 02-12-07 05:49
Reporter neelakantan View Status public  
Assigned To buildroot
Priority normal Resolution won't fix  
Status closed   Product Version 0.9.27
Summary 0000573: make[2]: *** No rule to make target `|', needed by `../../extra/config/conf.o'.
Description I downloaded the latest buildroot snapshot namely buildroot-snapshot.tar.bz2.I did a make clean,then make menuconfig and then a make.

The make fails and it is not downloading the sources properly from the net.
The make stops with the following error message


12:03:33 (4.48 KB/s) - `/home/neels/temp-20/dl/uClibc-snapshot.tar.bz2' saved [3333082/3333082]

mkdir -p /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc
bzcat /home/neels/temp-20/dl/uClibc-snapshot.tar.bz2 | tar -C /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc -xf -
toolchain/patch-kernel.sh /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc toolchain/uClibc/ \*.patch
touch /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.unpacked
cp toolchain/uClibc/uClibc.config-locale /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="/home/neels/cross-tools/bin/arm-linux-uclibc-",g' /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^.*TARGET_arm.*,TARGET_arm=y,g' \
        /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^TARGET_ARCH.*,TARGET_ARCH=\"arm\",g' /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/linux\",g' \
        /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^RUNTIME_PREFIX=.*,RUNTIME_PREFIX=\"/\",g' \
        /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^DEVEL_PREFIX=.*,DEVEL_PREFIX=\"/usr/\",g' \
        /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \
        /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,^.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=y,g' /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/bin/sed -i -e 's,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y,g' /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/.config
mkdir -p /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc_dev/usr/include
mkdir -p /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc_dev/usr/lib
mkdir -p /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc_dev/lib
make -C /home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc \
PREFIX=/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc_dev/ \
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc_dev/ \
HOSTCC="gcc" \
        pregen install_dev;
make[1]: /home/neels/cross-tools/bin/arm-linux-uclibc-gcc: Command not found
make[1]: Entering directory `/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc'
make[1]: /home/neels/cross-tools/bin/arm-linux-uclibc-gcc: Command not found
PBPBmake -C extra/config conf
make[2]: /home/neels/cross-tools/bin/arm-linux-uclibc-gcc: Command not found
make[2]: Entering directory `/home/neels/temp-20/buildroot/cross_toolchain_build_arm_uclibc/uClibc/extra/config'
"/home/
Additional Information I tried to compile for building the toolchain for ARM architecture.
Attached Files

- Relationships

- Notes
(0000716)
psm
12-01-05 01:42

make[1]: /home/neels/cross-tools/bin/arm-linux-uclibc-gcc: Command not found

this is rather your problem
you used uClibc snapshot, but assigned to 0.9.27
 
(0000717)
psm
12-01-05 01:43

before make you should either run make pregen of make headers
 
(0000825)
vapier
12-29-05 03:21

make sure you have make-3.80 or better
 

- Issue History
Date Modified Username Field Change
11-30-05 23:58 neelakantan New Issue
11-30-05 23:58 neelakantan Status new => assigned
11-30-05 23:58 neelakantan Assigned To  => uClibc
12-01-05 01:42 psm Note Added: 0000716
12-01-05 01:43 psm Note Added: 0000717
12-29-05 03:21 vapier Note Added: 0000825
12-29-05 03:21 vapier Status assigned => closed
12-29-05 03:21 vapier Resolution open => won't fix
02-12-07 05:49 vapier Status closed => assigned
02-12-07 05:49 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker