hello, using the Keil (uVision3) compiler to perform this simple task: float a; int b; b++; a = b; I get the following error after compilation: "Error: undefined reference to '__floatsisf'" Any clue why is that? thanks in advance, MAURO
Message
Float to int
2004-08-19 by Fuentes Rodriguez, M.E.