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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot