All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] QorIQ NAND-Boot configs not building
Date: Wed, 08 Sep 2010 22:41:32 +0200	[thread overview]
Message-ID: <20100908204132.A647F1506AA@gemini.denx.de> (raw)
In-Reply-To: <032F2EE7-6C88-4C83-AF81-55874220F73B@kernel.crashing.org>

Dear Kumar Gala,

In message <032F2EE7-6C88-4C83-AF81-55874220F73B@kernel.crashing.org> you wrote:
> 
> Can you retry w/top of tree and let me know results.  I tried this w/o
> seeing any issues.  The build failures I'm getting are with:
> 
> P2020DS_36BIT

This gives just a harmless (but pretty common) warning:

-> cat P2020DS_36BIT.ERR 
e1000.c: In function 'e1000_transmit':
e1000.c:5028: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type

> socrates

This is indeed broken:

-> cat socrates.ERR 
ld: warning: dot moved backwards before `.bss'
ld: warning: dot moved backwards before `.bss'
ld: warning: dot moved backwards before `.bss'
ld: u-boot: section .text lma 0xfffa0000 overlaps previous sections
ld: u-boot: section .rodata lma 0xfffe3b08 overlaps previous sections
ld: u-boot: section .reloc lma 0xffff3100 overlaps previous sections
ld: u-boot: section .data lma 0xffff6444 overlaps previous sections
ld: u-boot: section .data.rel.ro.local lma 0xffffcc54 overlaps previous sections
ld: u-boot: section .data.rel lma 0xffffcd50 overlaps previous sections
ld: u-boot: section .data.rel.local lma 0xffffcdb4 overlaps previous sections
ld: u-boot: section .data.rel.ro lma 0xffffec54 overlaps previous sections
ld: u-boot: section .u_boot_cmd lma 0xffffecb0 overlaps previous sections
ld: u-boot: section .bootpg lma 0xfffff394 overlaps previous sections


But the NAND-Boot configs still fail to build:

-> cat P1011RDB_NAND.ERR
ld: NAND bootstrap too big
ld: NAND bootstrap too big
make[1]: *** [/work/wd/tmp-ppc/nand_spl/u-boot-spl] Error 1
make: *** [nand_spl] Error 2
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes.  Stop.

-> cat P1020RDB_NAND.ERR
ld: NAND bootstrap too big
ld: NAND bootstrap too big
make[1]: *** [/work/wd/tmp-ppc/nand_spl/u-boot-spl] Error 1
make: *** [nand_spl] Error 2
make: *** Waiting for unfinished jobs....

-> cat P2010RDB_NAND.ERR
ld: NAND bootstrap too big
ld: NAND bootstrap too big
make[1]: *** [/work/wd/tmp-ppc/nand_spl/u-boot-spl] Error 1
make: *** [nand_spl] Error 2
make: *** Waiting for unfinished jobs....

-> cat P2020RDB_NAND.ERR
ld: NAND bootstrap too big
ld: NAND bootstrap too big
make[1]: *** [/work/wd/tmp-ppc/nand_spl/u-boot-spl] Error 1
make: *** [nand_spl] Error 2
make: *** Waiting for unfinished jobs....



Ah, I see - this happens when building with a generic PPC toolchain
like ELDK's "ppc_6xx-"; when using "ppc_85xxDP-" instead the build
succeeds.


Does this give you a hint how to fix this?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The great question... which I have not been able  to  answer...  is,
`What does woman want?'"                              - Sigmund Freud

  reply	other threads:[~2010-09-08 20:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-18 22:15 [U-Boot] QorIQ NAND-Boot configs not building Wolfgang Denk
2010-08-19  7:05 ` Kumar Gala
2010-08-19  7:47   ` Wolfgang Denk
2010-09-07 16:48     ` Kumar Gala
2010-09-08 20:41       ` Wolfgang Denk [this message]
2010-09-09  2:28         ` Kumar Gala

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=20100908204132.A647F1506AA@gemini.denx.de \
    --to=wd@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.