Hi,
I try to get a little Linux running on my Zedboard (zc702). Now I want to build my rtfs.
I follow this guide: http://wiki.xilinx.com/zynq-rootfs
But I get a error at this Point:
bash> make ARCH=arm CROSS_COMPILE=arm-xilinx-linux-gnueabi- defconfig
it says " Command not found"
its in the /busybox/scripts/gcc_version.sh file.
it seems there is a problem with the -E parameter in this Command:
MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
can anybody help me where my Problem may be?
Thanks for any help.