[U-Boot] ERROR - No rule to make target .depend needed by _depend
mark.S
sandeepkumargulati at gmail.com
Thu May 13 08:46:57 CEST 2010
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 at localhost u-boot-2010.03]# make distclean
[root at localhost u-boot-2010.03]# make lpc2292sodimm_config
Configuring for lpc2292sodimm board...
[root at 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
--
View this message in context: http://old.nabble.com/ERROR---No-rule-to-make-target-.depend--needed-by-_depend-tp28544315p28544315.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
More information about the U-Boot
mailing list