
On 17/03/2012 16:24, Tom Rini wrote:
On Sat, Mar 17, 2012 at 8:16 AM, Wolfgang Denk wd@denx.de wrote:
Dear Tom Rini,
Hi Tom,
In message 20120316212442.GE31661@bill-the-cat you wrote:
OK. But now we add to the ELDK 4.2 saga. This series adds not just a warning (well, 5 for CONFIG_OMAP I guess, 1 for everything else) for everything ARM but also breaks everything else over undefined reference to 'raise'. ELDK 5.1 is fine. Now what?
This raise issue is probably due to a misconfiguration.
See "arch/arm/config.mk", search for "For EABI, make sure to provide raise()".
Check why arch/arm/lib/eabi_compat.c does not get compiled / linked.
Even if ELDK5.1 is totally fine? And other modern toolchains as well..
Compiling with ELDK-4.2, I see only a couple of warnings more. But wihout any problem with raise. Really I had to revert "Revert "config.mk: Check for -fstack-usage support", but this is another story.
Stefano