public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Adding new board / No rule to make target .depend
@ 2007-06-04  0:40 Nelson Castillo
  2007-06-04  3:35 ` Nelson Castillo
  0 siblings, 1 reply; 3+ messages in thread
From: Nelson Castillo @ 2007-06-04  0:40 UTC (permalink / raw)
  To: u-boot

(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 <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.-

--
http://arhuaco.org
http://emQbit.com

-- 
http://arhuaco.org
http://emQbit.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] Adding new board / No rule to make target .depend
  2007-06-04  0:40 [U-Boot-Users] Adding new board / No rule to make target .depend Nelson Castillo
@ 2007-06-04  3:35 ` Nelson Castillo
  2007-06-04  6:00   ` Nelson Castillo
  0 siblings, 1 reply; 3+ messages in thread
From: Nelson Castillo @ 2007-06-04  3:35 UTC (permalink / raw)
  To: u-boot

On 6/3/07, Nelson Castillo <nelsoneci@gmail.com> wrote:
> (Sorry, I just sent and email with a broken subject)
(cut)
> I'm not done yet. In case you need it, here's the
> current patch (I crated a branch).

This is what I get with `make -d`

 Pruning file `Makefile'.
Updating goal targets....
Considering target file `libecb_at91.a'.
 File `libecb_at91.a' does not exist.
  Considering target file `.depend'.
  Recently tried and failed to update file `.depend'.
make[1]: Entering directory `/bulk/emqbit/git/u-boot/board/ecb_at91'
make[1]: Leaving directory `/bulk/emqbit/git/u-boot/board/ecb_at91'
Reaping losing child 0x080a7c10 PID 23667
Removing child 0x080a7c10 PID 23667 from chain.
make[1]: *** No rule to make target `.depend', needed by
`libecb_at91.a'.  Stop.
make: *** [board/ecb_at91/libecb_at91.a] Error 2

Regards.

-- 
http://arhuaco.org
http://emQbit.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] Adding new board / No rule to make target .depend
  2007-06-04  3:35 ` Nelson Castillo
@ 2007-06-04  6:00   ` Nelson Castillo
  0 siblings, 0 replies; 3+ messages in thread
From: Nelson Castillo @ 2007-06-04  6:00 UTC (permalink / raw)
  To: u-boot

On 6/3/07, Nelson Castillo <nelsoneci@gmail.com> wrote:
> On 6/3/07, Nelson Castillo <nelsoneci@gmail.com> wrote:
> > (Sorry, I just sent and email with a broken subject)
> (cut)
> > I'm not done yet. In case you need it, here's the
> > current patch (I crated a branch).

Problems solved. It was not easy. Regards.

-- 
http://arhuaco.org
http://emQbit.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-04  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-04  0:40 [U-Boot-Users] Adding new board / No rule to make target .depend Nelson Castillo
2007-06-04  3:35 ` Nelson Castillo
2007-06-04  6:00   ` Nelson Castillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox