makefile - make[1]: ***No rule to make target 'zynq_xcomm_adv7511_deconfig' -
i've looked through few of posts relating error , can't see 1 covers specific circumstance. i'm trying compile kernel image defined in these steps tutorial;
git clone https://github.com/analogdevicesinc/linux.git cloning 'linux'... remote: counting objects: 2550298, done. remote: compressing objects: 100% (466978/466978), done. remote: total 2550298 (delta 2118600), reused 2483072 (delta 2058083) receiving objects: 100% (2550298/2550298), 727.70 mib | 353 kib/s, done. resolving deltas: 100% (2118600/2118600), done. checking out files: 100% (38170/38170), done. > cd linux > git checkout xcomm_zynq > # ad-fmcomms2-ebz use > # git checkout xcomm_zynq > export arch=arm > export cross_compile=/path/to/your/arm/cross-compiler > # e.g. export cross_compile=/opt/codesourcery/sourcery_g++_lite/bin/arm-xilinxa9-linux-gnueabi- > make zynq_xcomm_adv7511_defconfig # # configuration written .config # > make uimage loadaddr=0x00008000 ... objcopy arch/arm/boot/uimage kernel: arch/arm/boot/uimage ready
i've followed steps until first make , error;
make[1]: ***no rule make target 'zynq_xcomm_adv7511_deconfig'
i know little make , have used blindly in past. error point towards? makefile should fine it's issued analog. difference i'm using different cross compiler - being arm-linux-gnueabihf-gcc instead. cause problem?
there typo somewhere. needs called zynq_xcomm_adv7511_defconfig
Comments
Post a Comment