From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelson Castillo Date: Sun, 3 Jun 2007 19:40:30 -0500 Subject: [U-Boot-Users] Adding new board / No rule to make target .depend Message-ID: <2accc2ff0706031740r3ac8f3f8va0440495c94d00a1@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de (Sorry, I just sent and email with a broken subject) Hi. We're adding support for a new board, using the git version as the base. I'm stuck with this error, and I don't know how to make "make" happy: a - display_options.o a - ldiv.o a - string.o a - vsprintf.o a - zlib.o make[1]: Leaving directory `/bulk/emqbit/git/u-boot/lib_generic' make -C board/ecb_at91/ make[1]: Entering directory `/bulk/emqbit/git/u-boot/board/ecb_at91' make[1]: *** No rule to make target `.depend', needed by `libecb_at91.a'. Stop. make[1]: Leaving directory `/bulk/emqbit/git/u-boot/board/ecb_at91' make: *** [board/ecb_at91/libecb_at91.a] Error 2 I did the dist_clean before the make. The files I just added: n at fugue:~/emqbit/git/u-boot$ git status # On branch ecb # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # new file: board/ecb_at91/Makefile # new file: board/ecb_at91/config.mk # new file: board/ecb_at91/ecb_at91.c # new file: board/ecb_at91/u-boot.lds # new file: include/configs/ecb_at91.h # # Changed but not updated: # (use "git add ..." to update what will be committed) # # modified: Makefile # modified: include/asm-arm/mach-types.h I'm not done yet. In case you need it, here's the current patch (I crated a branch). http://www.emqbit.com/tmp/patch.diff.gz What should I check? Is there documentation on how to add a new board? Thanks :) Nelson.- -- http://arhuaco.org http://emQbit.com -- http://arhuaco.org http://emQbit.com