I am getting started with using fixed point types with gcc. I Wrote a very simple test program that includes <stdfix.h> and declares a _Fract variable. When I compile, I am getting the following error: fixed point types not supported for this target. I am using gcc 4.4.0 on x86-64-redhat-linux. I also tried the arm-none-linux-gnueabi-gcc with different targets (-mthumb -mtune=arm10e...) with the same result.I thought fixed point extension was now part of gcc. What am I doing wrong ? Thanks! -- View this message in context: http://www.nabble.com/Problem-compiling-c-code-with-Fixed-point-types-tp24746261p24746261.html Sent from the gcc - Help mailing list archive at Nabble.com.