This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined reference to '__floatsisf'

hello,

I'm using uVision3 on a lpc2129 target. While trying to compile and link this:

int a;
float b:
a++;
b = a;

I get this error when linking: "error: undefined reference to '__floatsisf'"

Any idea of why this is happening?

thanks in advance,

MAURO

0