OpenWrt Forum Archive

Topic: Buildroot Whiterussian (4616) is broken, isnĀ“t it?

The content of this topic has been archived on 21 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

make[4]: Entering directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/image/jffs2'
make[4]: Nothing to be done for `prepare'.
make[4]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/image/jffs2'
make -C squashfs prepare
make[4]: Entering directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/image/squashfs'
make[4]: Nothing to be done for `prepare'.
make[4]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/image/squashfs'
make[3]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/image'
make[2]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux'
make -C linux compile
make[2]: Entering directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux'
make -C linux-2.4 BOARD="brcm" compile
make[3]: Entering directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/linux-2.4'
make -C /data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux ARCH=mips PATH=/data/muell/openwrt-buildroot/whiterussian/openwrt/staging_dir_mipsel/usr/bin:/data/muell/openwrt-buildroot/whiterussian/openwrt/staging_dir_mipsel/bin:/bin:/sbin:/usr/bin:/usr/sbin
make[4]: Entering directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux-2.4-brcm/linux-2.4.30'
/data/muell/openwrt-buildroot/whiterussian/openwrt/staging_dir_mipsel/bin/mipsel-linux-uclibc-gcc -D__KERNEL__ -I/data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux-2.4-brcm/linux-2.4.30/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -fomit-frame-pointer  -I /data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux-2.4-brcm/linux-2.4.30/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe  -mtune=r4600 -mips2 -Wa,--trap   -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
gcc-config error: Could not run/locate "mipsel-linux-uclibc-gcc"
make[4]: *** [init/main.o] Error 1
make[4]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux-2.4-brcm/linux-2.4.30'
make[3]: *** [/data/muell/openwrt-buildroot/whiterussian/openwrt/build_mipsel/linux/vmlinux] Error 2
make[3]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux/linux-2.4'
make[2]: *** [2.4/brcm-compile] Error 2
make[2]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target/linux'
make[1]: *** [linux-compile] Error 2
make[1]: Leaving directory `/data/muell/openwrt-buildroot/whiterussian/openwrt/target'
make: *** [target/compile] Error 2

Tried the third time, always deleting the complete tree and checkout all new over svn.

EDIT: it is NOT broken, apperantly this happens, when you play around in the makefiles and then forget to REBOOT your computer....
rebooted and it worked like a charm.

Sorry to bother you.


MfG Berni

(Last edited by berni on 21 Aug 2006, 23:43)

Rebooting doesn't have anything to do with makefiles. Maybe you should run make clean before compiling again after a change?

I tried to make clean, seemed to make no difference.
However I rebooted and got a new copy via svn, then it started working.

Berni

The discussion might have continued from here.