On Wed, Dec 23, 2009 at 11:44 AM, Nigel Horne <n...@bandsman.co.uk> wrote: > Laurent Desnogues wrote: >> >> On Wed, Dec 23, 2009 at 11:04 AM, Nigel Horne <n...@bandsman.co.uk> wrote: >> >>> >>> I get this error on my Debian box: >>> >>> ... >>> CC alpha-linux-user/fpu/softfloat.o >>> In file included from /home/njh/src/qemu/fpu/softfloat.h:523, >>> from /home/njh/src/qemu/fpu/softfloat.c:35: >>> ... >>> /home/njh/src/qemu/fpu/softfloat-specialize.h: In function ‘float_raise’: >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:48: error: ‘float_status’ >>> has >>> no member named ‘float_exception_flags’ >>> /home/njh/src/qemu/fpu/softfloat-specialize.h: In function >>> ‘float32_is_nan’: >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:81: warning: implicit >>> declaration of function ‘float32_val’ >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:81: warning: nested extern >>> declaration of ‘float32_val’ >>> /home/njh/src/qemu/fpu/softfloat-specialize.h: In function >>> ‘float32ToCommonNaN’: >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:114: error: >>> ‘float_flag_invalid’ undeclared (first use in this function) >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:114: error: (Each >>> undeclared >>> identifier is reported only once >>> /home/njh/src/qemu/fpu/softfloat-specialize.h:114: error: for each >>> function >>> it appears in.) >>> >> >> It works fine for me with 59d1c1c2d774cccb0a88ff73501f97bea190c154. >> > > So why doesn't it work for me?
How do you want me to answer that if you don't provide more details? :-) Is your OS 32- or 64-bit? How do you configure? Make sure to make distclean before building anything. Laurent