From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@bluestop.org header.s=mail header.b=oMsD9qWu; spf=pass (domain: bluestop.org, ip: 65.103.231.193, mailfrom: rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) by groups.io with SMTP; Wed, 10 Apr 2019 08:04:40 -0700 Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 6CF6E67437; Wed, 10 Apr 2019 09:06:40 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1554908800; bh=ivI94HhnwEVdDczOwtWGVRPjFZkv8RVTJy+TzkEvATw=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=oMsD9qWuwaDFDV/TIkRAGMomV/SnHbpdTsClnDIAo7lG84bii9Whh7oqvn/jz7gtc C2l4ZmODtZNy8S3U/BRDqaUtwyh3F0zvh7GgVROm1oe5Y78/hUyKrSvDvJSoak1tZM YVl/8Sk5d5JBX7sb9/OOn/Rvm96aHTgprqvcgjsc= Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id beC_TXbDiX6B; Wed, 10 Apr 2019 09:06:40 -0600 (MDT) Received: from photon.int.bluestop.org (unknown [65.103.231.197]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Wed, 10 Apr 2019 09:06:40 -0600 (MDT) Subject: Re: [edk2-devel] Building EDK2 code on arm64 (aarch64) - BaseTools fails To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , devel@edk2.groups.io Cc: Ard Biesheuvel , Laszlo Ersek References: From: "Rebecca Cran" Message-ID: Date: Wed, 10 Apr 2019 09:04:38 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2019-04-10 08:41, Philippe Mathieu-Daud=C3=A9 wrote: > > This doesn't look like an architecture problem. It seems your GCC > version isn't checked correctly by BaseTools. This warning is supposed > to be disabled, see: > > StdLib/LibC/Stdio/Stdio.inf: GCC:*_*_*_CC_FLAGS =3D -fno-builtin > -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-format Thanks! I shouldn't have posted so late, I didn't look closely enough at=20 the error messages before sending my email. --=20 Rebecca Cran