From mboxrd@z Thu Jan 1 00:00:00 1970 From: Piotr =?iso-8859-2?q?Zi=EAcik?= Date: Fri, 17 Jul 2009 16:18:42 +0200 Subject: [U-Boot] CONFIG_API, EABI and raise() In-Reply-To: <200907151209.31131.vapier@gentoo.org> References: <200907141547.26821.kosmo@semihalf.com> <200907151209.31131.vapier@gentoo.org> Message-ID: <200907171618.42991.kosmo@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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