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