[U-Boot] ERROR - No rule to make target .depend needed by _depend

ERROR - No rule to make target .depend needed by _depend
Hi...i am trying to build latest U-Boot( uboot-2010-03) for my lpc2129 board. but before adding and changing the board,cpu and make files i planned to build the existing latest uboot code..
I installed the arm-linux-gcc-3.3.2 cross compiler tool chain and put the path of bin file in PATH environment like that
[....]# echo $PATH
usr/lib/qt3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/root/bin
[.....]# export PATH=/usr/local/arm/3.3.2/bin:$PATH
[....]# echo $PATH
/usr/local/arm/3.3.2/bin:/usr/lib/qt3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/root/bin
now i planned to build for the existing configuration lpc2292sodimm
so i used the commands
[root@localhost u-boot-2010.03]# make distclean [root@localhost u-boot-2010.03]# make lpc2292sodimm_config Configuring for lpc2292sodimm board... [root@localhost u-boot-2010.03]# make Generating include/autoconf.mk Generating include/autoconf.mk.dep for dir in tools examples/standalone examples/api cpu/arm720t /home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/cpu/arm720t/ ; do \ make -C $dir _depend ; done make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/tools' make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/tools' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/tools' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/standalone' make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/standalone' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/standalone' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/standalone' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/api' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/examples/api' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/cpu/arm720t' make[1]: *** No rule to make target `.depend', needed by `_depend'. Stop. make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/cpu/arm720t' make[1]: Entering directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/cpu/arm720t' make[1]: *** No rule to make target `.depend', needed by `_depend'. Stop. make[1]: Leaving directory `/home/Sandeep/U-BOOT/u-boot-latest/u-boot-2010.03/cpu/arm720t' make: *** [depend] Error 2
i do not know why this error is coming.......
can anybody please help me....
Thanks and Best Regards
Mark.S
participants (1)
-
mark.S