From: mark.S <sandeepkumargulati@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ERROR - No rule to make target .depend needed by _depend
Date: Wed, 12 May 2010 23:46:57 -0700 (PDT) [thread overview]
Message-ID: <28544315.post@talk.nabble.com> (raw)
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.
reply other threads:[~2010-05-13 6:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28544315.post@talk.nabble.com \
--to=sandeepkumargulati@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.