From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Building for da830 fails
Date: Mon, 10 May 2010 23:17:09 +0200 [thread overview]
Message-ID: <20100510211709.DCEBBC67D4E@gemini.denx.de> (raw)
In-Reply-To: <4BE43218.2060209@freescale.com>
Dear Timur Tabi,
In message <4BE43218.2060209@freescale.com> you wrote:
>
> > /home/smcnutt/27xx/u-boot.git/lib/display_options.c:66: undefined
> > reference to `__udivdi3'
> > /home/smcnutt/27xx/u-boot.git/lib/display_options.c:69: undefined
> > reference to `__umoddi3'
> > /home/smcnutt/27xx/u-boot.git/lib/display_options.c:70: undefined
> > reference to `__udivdi3'
>
> Man, I knew ARM sucked, but I didn't know it was this bad :-)
Heh. Wait. So far we don't even deal with things like caches ;-)
> which means that in order to support support printing 64-bit numbers on ARM,
> we might need to completely rewrite print_size() to avoid division on 64-bit
> numbers.
This actually makes little sense to me. Avoiding this here will just
make the problem pop up somewhare else later.
> Wolfgang, do you have any suggestions?
Not really. The thing is that I don't see any such problem:
Not really. The thing is that I don't see any such problem:
$ ./MAKEALL da830evm
Configuring for da830evm board...
text data bss dec hex filename
155610 4876 295320 455806 6f47e /work/wd/tmp-da830evm/u-boot
--------------------- SUMMARY ----------------------------
Boards compiled: 1
----------------------------------------------------------
Seems to be a toolchain issue. [ELDK rulez :-)]
Ah. With "USE_PRIVATE_LIBGCC=yes" I see this one:
undefined reference to `__aeabi_uldivmod'
Note that this is __aeabi_uldivmod, not __udivdi3.
Which version of compiler / which tool chain are you using?
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
Sorry, but my karma just ran over your dogma.
next prev parent reply other threads:[~2010-05-10 21:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-07 11:57 [U-Boot] Building for da830 fails Sudhakar Rajashekhara
2010-05-07 14:14 ` Nick Thompson
2010-05-07 15:02 ` Nick Thompson
2010-05-07 15:09 ` Timur Tabi
2010-05-10 21:03 ` Wolfgang Denk
2010-05-07 15:14 ` Timur Tabi
2010-05-07 15:10 ` Wolfgang Denk
2010-05-07 15:21 ` Scott McNutt
2010-05-07 15:30 ` Timur Tabi
2010-05-10 10:39 ` Nick Thompson
2010-05-10 21:17 ` Wolfgang Denk [this message]
2010-05-11 8:59 ` Nick Thompson
2010-05-11 10:39 ` Wolfgang Denk
2010-05-11 11:30 ` Nick Thompson
2010-05-11 12:39 ` Scott McNutt
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=20100510211709.DCEBBC67D4E@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.