From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ2Ld-00056H-G5 for qemu-devel@nongnu.org; Sun, 05 May 2013 13:03:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ2Lc-0001hV-KT for qemu-devel@nongnu.org; Sun, 05 May 2013 13:03:41 -0400 Received: from mout.web.de ([212.227.17.12]:49240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ2Lc-0001hA-BF for qemu-devel@nongnu.org; Sun, 05 May 2013 13:03:40 -0400 Message-ID: <518690C5.3020603@web.de> Date: Sun, 05 May 2013 19:03:01 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1366226195-10668-1-git-send-email-peter.maydell@linaro.org> <51747056.6080803@web.de> <51752DD3.3070302@redhat.com> <51868904.9080203@web.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Fix recent compile breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , Juan Quintela , Stefan Hajnoczi , qemu-devel@nongnu.org, Blue Swirl , Paolo Bonzini Am 05.05.2013 18:47, schrieb Peter Maydell: > On 5 May 2013 17:29, Andreas Färber wrote: >> That works fine, but one error remains: >> >> LINK i386-softmmu/qemu-system-i386 >> Undefined symbols: >> "___sync_val_compare_and_swap", referenced from: >> _migrate_finish_set_state in migration.o >> ld: symbol(s) not found >> collect2: ld returned 1 exit status >> make[1]: *** [qemu-system-i386] Error 1 >> make: *** [subdir-i386-softmmu] Error 2 > > ...does this gcc predate the atomic builtins? That > could be awkward. Oh, my fault: My 32-bit build script was not supplying --cc=gcc-4.2, so it was using 4.0.1 instead of 4.2.1. Andreas