
2009/8/6 Wolfgang Denk wd@denx.de:
I have just posted a patch:
[PATCH] ARM EABI: add new helper functions resp. function names
(see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/65473
Combined with commit 52b1bf2c:
Make linking against libgcc configurable
I can run a "USE_PRIVATE_LIBGCC=yes ./MAKEALL arm" with an EABI conformant tool chain (ELDK 4.2) without any related issues.
It would be great if you all could test this, so we can get this in as quickly as possible.
This also works for me using Freescale's toolchain included in LTIB for i.mx27 ads board.
One thing that confuses me a little about this imx27litekit patch is that TEXT_ADDRESS is a RAM address but, according to the FAQ u-boot cannot be run from RAM by another bootloader.
Why is TEXT_ADDRESS in RAM then?
Thanks.