Hi Peter, thanks for answering my question. However, the problem is in buildroot building uclic part. Somehow the make file either in buildroot or uclibc missing an operand. I copied the .config file in the directory manually did not help.
cp -dpf /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config cp: missing destination file operand after >>>>>> "joyful" == joyful <[email protected]> writes: > > joyful> I don't think I did anything special, merely did make menuconfig > and > joyful> selected some items on the menu, I got this error during make: > > joyful> *** Unpacking kernel source > joyful> bzcat /tmp/buildroot/dl/linux-2.6.29.2.tar.bz2 | tar -C > joyful> /tmp/buildroot/project_build_i686/uclibc -xf - > joyful> touch > /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.unpacked > joyful> toolchain/patch-kernel.sh > joyful> /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2 > joyful> toolchain/kernel-headers \ > joyful> linux-2.6.29.2-\*.patch{,.gz,.bz2} > joyful> touch > /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.patched > joyful> cp -dpf > /tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config > joyful> cp: missing destination file operand after > joyful> `/tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.config' > joyful> Try `cp --help' for more information. > joyful> make: *** > joyful> > [/tmp/buildroot/project_build_i686/uclibc/linux-2.6.29.2/.configured] > joyful> Error 1 > > Buildroot questions belongs on the buildroot list, this doesn't have > anything to do with uclibc. > > What it says above is that the kernel compilation fails because you > don't have a kernel configuration (a .config). > > I see that you are not using the latest stable release. Please give > buildroot-2009.11 a try. > > -- > Bye, Peter Korsgaard > > _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
