Hi, I am trying to use a float number using microvision2 and the LPC932, but everytime I try to compile it does not. If I make the float number an integer instead, then it works fine. What do I need to make this float number be accepted? Below are the header files I have included. Thanks! #include <Reg932.h> #include <stdio.h> #include <intrins.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <limits.h> #include <assert.h> #include <srom.h> #include <ctype.h> #include <setjmp.h> #include <stdarg.h> #include <stddef.h>