|
|
floating point emulation on arm
|
|
08/07/2008 2:29 PM
post11542
|
floating point emulation on arm
Hello,
I have some code that I have been running on x86 targets that use the function fabs(). This code is in a static library
.
I am trying to compile the static library for an ARM little endian processor.
The library compiles fine, but when I link it to my application, I get an error that the fabs() function is undefined.
I know that most ARM9 processors do not have a floating point unit, but I thought there was support for emulation of
floating point math.
Am I missing a library?
Thanks,
- Mike
|
|
|
|
|