[U-Boot-Users] 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. m

Hi.
I'm 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@fugue:~/emqbit/git/u-boot$ git status # On branch ecb # Changes to be committed: # (use "git reset HEAD <file>..." 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 <file>..." 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.-
participants (1)
-
Nelson Castillo