From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGYee-00004q-Q6 for qemu-devel@nongnu.org; Sun, 01 May 2011 11:33:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGYed-0002Xy-OM for qemu-devel@nongnu.org; Sun, 01 May 2011 11:33:52 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:52518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGYed-0002Xu-Ap for qemu-devel@nongnu.org; Sun, 01 May 2011 11:33:51 -0400 Message-ID: <4DBD7D0C.4050106@web.de> Date: Sun, 01 May 2011 17:32:28 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: andreas.faerber@web.de Subject: [Qemu-devel] Build breakage on OpenSolaris - softfloat List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , Peter Maydell Hello, On OpenSolaris amd64 I'm seeing the following build failure: CC i386-softmmu/op_helper.o /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:110: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:110: error: (near initialization for `f15rk[0]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:111: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:111: error: (near initialization for `f15rk[1]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:112: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:112: error: (near initialization for `f15rk[2]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:113: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:113: error: (near initialization for `f15rk[3]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:114: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:114: error: (near initialization for `f15rk[4]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:115: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:115: error: (near initialization for `f15rk[5]') /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:116: error: initializer element is not constant /export/home/andreas/QEMU/qemu/target-i386/op_helper.c:116: error: (near initialization for `f15rk[6]') gmake[1]: *** [op_helper.o] Error 1 make: *** [subdir-i386-softmmu] Error 2 Looks like an issue with make_floatx80(). Any ideas? Thanks, Andreas $ gcc --version gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.