QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Compiler Error: "floating point support not loaded" |
Ref. No. |
QNX.000000951 |
Category(ies) |
Development |
Issue |
We have a small program with a printf involving a float. When compiling the program reports "floating point support not loaded"
We have the floating point emulator, emu87 running, what else could we be missing?
|
Solution |
You need to cast the value as a float. |
|