From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cmo-0002.xspmail.jp ([202.238.198.67]) by ewsd; Tue Jul 14 00:58:06 EDT 2020 Received: from cmr-0001.xspmail.jp ([202.238.198.118]) by cmo with ESMTP id vCsRjSRJ69WNkvD10jF1n6; Tue, 14 Jul 2020 13:58:02 +0900 Received: from pi3L.jitaku.localdomain ([182.164.148.60]) by cmr with ESMTPA id vD10jtv6fC7QLvD10jXZr0; Tue, 14 Jul 2020 13:58:02 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hera.eonet.ne.jp; s=x01; t=1594702682; i=kokamoto@hera.eonet.ne.jp; bh=tJvxJWWCvzerYepX0musLRnNuThlZUJNf7tGOEmxfos=; h=To:Subject:Date:From:In-Reply-To; b=cKQ78ZXi8kvCbCECJchscEfRT8DPZVbwJSsown4EgroZhvx6x7dFVh5KjofRSDVf8 Sb9M1J3NPEW8R7n+iK04yk8NQSVyr9FLdNXZjqUS/qzZ037nrF4e32DnjYE9UF1F/o a5xyD5gBIF/JZnBSjfvARkaiOds1SRFUDawrEsfAosq74Rk/gMlk1MRnkh49+g4VQm aBG9yT2EAUMaHGZNla35Oe1yEJGwSI6elS9WK0OFpPHTOOPWa9C3s5G8qpX/VQLbVO B3bOMsPSRygLJDafYJ+5RHRqWahx+TklJoWXo/Wj5L5L09iW1i7P4b8SOrkPk+c3xA E5OObiSIMNhDw== Message-ID: <59602E12A39AA3358F71EFE1258A33B3@hera.eonet.ne.jp> To: 9front@9front.org Subject: Re: [9front] 5l problem on python276 compilation Date: Tue, 14 Jul 2020 13:58:00 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: <73F56EAAD59BD2083DB0F3DE602AF828@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: immutable NoSQL CMS markup > 5.out 7040: warning: emulated arm7500 fpa instr 0xee500110 at 0x22ae90 > 5.out 7040: suicide: illegal instruction: VFP opcode in emulated mode > mk: @{ cd ... : exit status=rc 7037: rc 7039: 5.out 7040: illegal instruction: VFP opcode in emulated mode, deletin > > It sounds like we're somehow generating mixed VFP and arm7500 floating > point instructions, but we should only be generating one of them. I think > we should be defaulting to VFP. > > For the sake of testing, can you try adding LDFLAGS=-F when building > for arm? I did, and the result is the same: mkconfig config-$objtype >config-$objtype.c pcc -TVwc -I.. -I../Include -DTarm -DPLAN9APE -DPy_BUILD_CORE -DNDEBUG LDFLAGS=-F config-arm.c pcc -o 5.out config-arm.5 python.5 libpython.a5 libz.a5 libbz2.a5 /arm/lib/ape/libmp.a /arm/lib/ape/libsec.a /arm/lib/ape/lib9.a @{ cd .. Plan9/5.out -E -S -m sysconfig --generate-posix-vars } 5.out 6759: warning: emulated arm7500 fpa instr 0xee500110 at 0x22ae90 5.out 6759: suicide: illegal instruction: VFP opcode in emulated mode mk: @{ cd ... : exit status=rc 6756: rc 6758: 5.out 6759: illegal instruction: VFP opcode in emulated mode, deleting '../pybuilddir.txt' mk: @{ cd ... : exit status=rc 481: rc 483: mk 6668: error mk 476: error Kenji