All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] building mx5 targets with O= fails
Date: Wed, 17 Aug 2011 12:02:43 +0200	[thread overview]
Message-ID: <4E4B91C3.5010402@denx.de> (raw)
In-Reply-To: <CADDGHU9GdBG+Xd8ADfHZZMZLdYQ_MPUgimSE9DTxMW7d3CwpNw@mail.gmail.com>

On 08/16/2011 08:12 AM, John Rigby wrote:
> Stefano,
> 

Hi John,

> Since:
> 
> commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47
> Author: Stefano Babic <sbabic@denx.de>
> Date:   Thu Jul 7 03:37:06 2011 +0000
> 
>     MX5: Update to autogenerated asm-offsets.h
> 
>     On i.MX5, the asm-offsets.h file is not yet generated as it should be.
> 
>     Signed-off-by: Stefano Babic <sbabic@denx.de>
>     CC: Matthias Weisser <weisserm@arcor.de>
> 
> building with O= does not work for me:

You are right. This is mainly due to the new targets in rules.mk, commit
f456445f29d22bb31ad29fdf1d6b2769decd37a2:

+$(TOPDIR)/include/asm/arch/asm-offsets.h:
$(TOPDIR)/include/autoconf.mk.dep \
+	$(TOPDIR)/$(CPUDIR)/$(SOC)/asm-offsets.s
+	@echo Generating $@
+	$(TOPDIR)/tools/scripts/make-asm-offsets
$(TOPDIR)/$(CPUDIR)/$(SOC)/asm-offsets.s $@

I have a fix, but I discovered that I have to generate the asm-offsets.h
as first target, exactly as it is currently done for
generic-asm-offsets.h. I have a patch, and I will send soon. I am not
very happy with it, because to fix dependencies I always generate a
asm-offsets.h, even for boards that do not need it. Maybe someone can
show me a more elegant way to do the same thing ;-)

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

      reply	other threads:[~2011-08-17 10:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16  6:12 [U-Boot] building mx5 targets with O= fails John Rigby
2011-08-17 10:02 ` Stefano Babic [this message]

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=4E4B91C3.5010402@denx.de \
    --to=sbabic@denx.de \
    --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.