Hai, I am using buildroot-2015.08.1 tool, Mainly i am used make distclean make xilinx_zc706_defconfig make menuconfig make then these error occurred below things root@caravel:/home/ram/Desktop/buildroot-2015.08.1# make make: execvp: /home/ram/Desktop/buildroot-2015.08.1/support/scripts/setlocalversion: Permission denied /bin/bash: support/gnuconfig/config.guess: Permission denied /bin/bash: support/dependencies/check-host-tar.sh: Permission denied /bin/bash: support/dependencies/check-host-xzcat.sh: Permission denied /bin/bash: /home/ram/Desktop/buildroot-2015.08.1/support/dependencies/dependencies.sh: Permission denied make: *** [core-dependencies] Error 126 I think my compiler also presently: root@caravel:/home/ram/Desktop/eldk-download# eldk-switch -q Currently using eldk 5.4 from /opt/eldk-5.4/armv7a-hf CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm Thanks, Ram
*** Bug 9206 has been marked as a duplicate of this bug. ***
This is an issue on your side: all files that have execution permissions no longer have execution permissions. So you did something wrong when extracting the Buildroot tarball. I just verified the 2015.08.1 tarball, and the files causing an issue on your side are correct in the tarball: thomas@skate:/tmp$ tar tvf buildroot-2015.08.1.tar.gz | grep config.guess -rwxrwxr-x root/root 45297 2015-09-06 22:57 buildroot-2015.08.1/support/gnuconfig/config.guess thomas@skate:/tmp$ tar tvf buildroot-2015.08.1.tar.gz | grep check-host-tar.sh -rwxrwxr-x root/root 1017 2015-09-06 22:57 buildroot-2015.08.1/support/dependencies/check-host-tar.sh