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
regards