This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Problem with ARM port and pow() function
Alle 11:42, lunedì 22 ottobre 2007, Dave Korn ha scritto:
> Common behaviour when you compile with optimisation on, the compiler has
> rearranged the code slightly and the debugger is doing its best to show you
> which bit of code you're executing when. It's much easier to debug if you
> recompile everything using "-O0" in your CFLAGS.
Ok, I undestand.
I compiled my little test program with -O0, but the newlib toolchain was
compiled with -O2.
I will recompile it with -O0 and retry...
Do you have any idea for the math functions crash?
Thank you,
Fausto