Results 1 to 9 of 9
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 ...
- 05-14-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 6
Error during the make command in buildroot
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
- 05-14-2009 #2
It points to cp command , please check that cp command it againcp -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- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 05-14-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 6
Dear sir,
what you said is correct , there is no destination folder in cp command
that is automatically execuiting when I give a make command , It takes more time and halts when this error comes,
please help me to solve this problem
regards
sudheer
- 05-14-2009 #4
before you type make and if there is a file configure please type
./configureand post the outputsudo make ; make installDual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing
- 05-14-2009 #5Just Joined!
- Join Date
- May 2009
- Posts
- 6
Dear sir,
In buildroot folder , there is no file called configure.
and one thing Config.in file is there in my buildroot folder and I typed ./Config.in , it gives permission denied
Regards
sudheer
- 05-14-2009 #6
I edited the thread because I thought it is configure.in so here config.in no i don't think you need to run ./configure , so we will focus on cp missing operand
Dual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing
- 05-14-2009 #7
before make what do u run?
write the full sequence of commands after accessing /buildroot folderDual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing
- 05-15-2009 #8Just Joined!
- Join Date
- May 2009
- Posts
- 6
Dear sir,
after accessing buildroot folder at first I give a command
make menuconfig
after this buildroot configuration menu occors
Target architecture(arm ) --->
Target architecture variant (arm920t)--->
Target ABI (0ABI)--->
and rest of the menu I used default configurations except
Kernal---> (linux (same version as linux headers))
After this I will give make command
- 05-15-2009 #9
aha I see, have you seen the README file or the release notes???
the issue is that the second portion/operand of the cp is missing,Dual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing


Reply With Quote