public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Piotr Zięcik" <kosmo@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] CONFIG_API, EABI and raise()
Date: Fri, 17 Jul 2009 16:18:42 +0200	[thread overview]
Message-ID: <200907171618.42991.kosmo@semihalf.com> (raw)
In-Reply-To: <200907151209.31131.vapier@gentoo.org>

Wednesday 15 July 2009 18:09:30 Mike Frysinger napisa?(a):
> > CONFIG_API worked fine for ARM builds some time ago, and this breakage
> > seems like a recent development.
>
> or, it still works fine if your toolchain doesnt suck and isnt broken
> -mike

I have done some research and mike is right. We are using ELDK 4.2
which provides gnueabi compiler only. While compilng U-Boot,
-mabi=apcs-gnu switch forces APCS and as U-Boot uses this ABI.

However API demo application requires libgcc, which is avaible
in gnueabi version only and cannot be linked with objects, which use APCS.

Demo application is linked correctly on ELDK 4.1, which does not provide 
gnueabi tollchain.

-- 
Best Regards,
Piotr Zi?cik

      parent reply	other threads:[~2009-07-17 14:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-14 13:47 [U-Boot] CONFIG_API, EABI and raise() Piotr Zięcik
2009-07-15 14:58 ` Mike Frysinger
2009-07-15 15:10   ` Stefan Roese
2009-07-15 15:12     ` Wolfgang Denk
2009-07-15 15:18       ` Stefan Roese
2009-07-15 15:15   ` Rafal Jaworowski
2009-07-15 16:09     ` Mike Frysinger
2009-07-16  8:37       ` Rafal Jaworowski
2009-07-16  8:46         ` Stefan Roese
2009-07-16  9:29           ` Rafal Jaworowski
2009-07-16 11:56           ` Wolfgang Denk
2009-07-17 14:18       ` Piotr Zięcik [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=200907171618.42991.kosmo@semihalf.com \
    --to=kosmo@semihalf.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox