Error during the make command
Hello,
I want to port embedded linux in ARM board.
I have started with buildroot download.
steps finished:
1.downloaded buildroot-snapshot.tar.bz2 and untar done.
2. cd /buildroot folder
then
3.make menuconfig command
4. Then make command , It takes more time and finally it gives the error like this
*** Unpacking kernel source
bzcat /root/sudheer/buildroot/dl/linux-2.6.29.3.tar.bz2 | tar -C /root/sudheer/buildroot/project_build_arm/uclibc -xf -
touch /root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3/.unpacked
toolchain/patch-kernel.sh /root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3 toolchain/kernel-headers \
linux-2.6.29.3-\*.patch{,.gz,.bz2}
touch /root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3/.patched
cp -dpf /root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3/.config
cp: missing destination file operand after `/root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3/.config'
Try `cp --help' for more information.
make: *** [/root/sudheer/buildroot/project_build_arm/uclibc/linux-2.6.29.3/.configured] Error 1
please help me to solve this problem.
i am using following software and hardware config:
1.Ubuntu 8.04 linux
2. Intel based motherboard
|