Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 60599 invoked from network); 14 Sep 2006 05:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2006 05:28:29 -0000 Received: (qmail 11015 invoked by uid 500); 14 Sep 2006 05:28:26 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 10975 invoked by uid 500); 14 Sep 2006 05:28:25 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 10964 invoked by uid 99); 14 Sep 2006 05:28:25 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 22:28:25 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=geir@pobox.com; spf=unknown X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: unknown (idunn.apache.osuosl.org: domain pobox.com does not designate 216.86.168.178 as permitted sender) Received: from ([216.86.168.178:2924] helo=mxout-03.mxes.net) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id EB/20-02656-BD7E8054 for ; Wed, 13 Sep 2006 22:27:04 -0700 Received: from [192.168.1.103] (unknown [67.86.14.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 2918B51927 for ; Thu, 14 Sep 2006 01:25:44 -0400 (EDT) Message-ID: <4508E7D8.3030104@pobox.com> Date: Thu, 14 Sep 2006 01:25:44 -0400 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [result] Re: [vote] HARMONY-1363 - DRLVM fixes and additions References: <509223F0BF55E74FA1247D17207E7A0C65813E@orsmsx419.amr.corp.intel.com> <4dd1f3f00609131312l673b29a0y33e0d98898a9840a@mail.gmail.com> <200609140208.11085.gshimansky@gmail.com> In-Reply-To: <200609140208.11085.gshimansky@gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Heh - I'm working on this very problem - I'm putting the 1363 patch into head, and ran across that one. Thanks for the hint and the patch. geir Gregory Shimansky wrote: > On Thursday 14 September 2006 00:12 Weldon Washburn wrote: >> Anyone having problems building patch 1363 on Linux? >> >> I can get 1363 to work on WinXP without problem. I first do: >> >> svn update -r "{2006-08-31}" >> >> Then a: >> >> patch -p0 -i BBC.patch >> >> The build is successful and "build test" is successful >> >> When I roll back the Linux tree to {2006-08-31} the build fails with the >> following: >> >> "....build/targets/build.native.xml:150: gcc failed with return code 1" >> >> Note that the above is without adding in BBC.patch. Is there perhaps a >> different revision date I should be using on Linux? Also, I am using GCC >> 3.4.1 20051202. > > Do you have a compilation error like this? > > > [cc] /home/gregory/work/Harmony/harmony/enhanced/drlvm/trunk/vm/port/include/port_atomic.h: > In function `uint64 port_atomic_cas64(volatile uint64*, uint64, uint64)': > [cc] /home/gregory/work/Harmony/harmony/enhanced/drlvm/trunk/vm/port/include/port_atomic.h:168: > error: PIC register `%ebx' clobbered in `asm' > > I see the same error when using gcc 3.4.6. I've created a JIRA 1459 with a > patch which should fixed this problem. While I don't know this code very much > this URL [1] has helped me to fix it. It looks like gcc starting with 3.4.x > has new rules for inline asm. > > Since I don't know the exact compilation error that you have I can only guess. > Maybe this is not the problem you actually have. But this is definitely a > compilation problem for me. > > [1] http://gcc.gnu.org/ml/gcc-help/2004-02/msg00077.html > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org