OpenWrt Forum Archive

Topic: Current CVS (Oct 05,2004)

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

I tried the current CVS out to set up buildroot, but it didn't work.

I have a debian system with Linux kernel 2.4.26-1-386 and gcc 3.3.3.

Here is what the log said:

....

Using kernel headers from 2.4.20 for architecture 'mips'
        provided in directory /usr/local/home/wobber/buildroot/build_mipsel/WR
T54GS/release/src/linux/linux


+ TOPDIR=.
+ CC=/usr/local/home/wobber/buildroot/build_mipsel/staging_dir/bin/mipsel-linu
x-uclibc-gcc
+ /bin/sh extra/scripts/gen_bits_syscall_h.sh
extra/scripts/gen_bits_syscall_h.sh: line 18: /usr/local/home/wobber/buildroot
/build_mipsel/staging_dir/bin/mipsel-linux-uclibc-gcc: No such file or directory
extra/scripts/gen_bits_syscall_h.sh: line 15: /usr/local/home/wobber/buildroot
/build_mipsel/staging_dir/bin/mipsel-linux-uclibc-gcc: No such file or directory

...

find: lib/: No such file or directory
make[1]: Leaving directory `/usr/local/home/wobber/buildroot/build_mipsel/uCli
bc'
touch /usr/local/home/wobber/buildroot/build_mipsel/uClibc/.configured


You must install 'gettext' on your build machine

make: *** [binutils-dependancies] Error 1


I guess the tool chain is not made properly, maby somthing is going wrong in "uClibc". I think the hint "You must install 'gettext' on your build machine" is only follow up error, because of the missing mipsel-linux-uclibc-gcc file.

Can somebody help? Simple type "make" as the README says doesn't work smile

regards

coder thanks for your early reply. I know about the snapshot. To have the snapshot doesn't mean that everything works fine. I don't know how the snapshot is set up.

First I tried buildroot out with the wrt54gv2.2.02.2.tgz firmware upgrade. Than I got lots of ptaching errors. I checked this for my self and found out that the patches are not suitable for WTR54Gv2.2.02.2. After hours it seems to me openwrt is mostly made for WRT54Gs.
So I tried out the current CVS with WRT54Gs firmware to set up the buildroot. The patch errors are gone, but now  I get this error message above (s. my first posting).

It would be very kindly if sombody can help with a real hint.

regards

Hi Wobber,

You must install 'gettext' on your build machine

Did you have the 'gettext' debian package installed ?

--
Nico

Grrrrr.. I had an old version of "gettext" on my machine. I did an upgrade, now its working.

Thanks  smile

The discussion might have continued from here.