From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@bluestop.org header.s=mail header.b=bGAHw84S; 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 19:07:30 -0700 Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 346E667E12; Wed, 10 Apr 2019 20:09:29 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1554948569; bh=uDdDdPojj3AozJ/fHh7m0rq93382XI3LxRWQNl0OJQo=; h=Subject:To:References:From:Date:In-Reply-To:From; b=bGAHw84S4wMDUn7r4+aKRpnPhTHKT1iUXCe5MpqIMvyt1JOlkagSFT2TymaoOkcKB W6rZrG3QXCH7A2DVni/vg8OiQkc1jMxkFk3quXjGDvidb+Sh3/u+iD4A7srKOu5HTZ UJnvf4eczHBt7DeXBKRQGrtWlyJfefTVSMwr8lkQ= 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 CycCd37eVKfO; Wed, 10 Apr 2019 20:09:28 -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 20:09:28 -0600 (MDT) Subject: Re: [edk2-devel] Building EDK2 code on arm64 (aarch64) - BaseTools fails To: devel@edk2.groups.io, liming.gao@intel.com, "lersek@redhat.com" References: <7fa82620-c915-07ea-bd51-d6bcc7da053b@redhat.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E422190@SHSMSX104.ccr.corp.intel.com> From: "Rebecca Cran" Message-ID: <928612b4-0da0-fbdc-bb16-f27d313d6c60@bluestop.org> Date: Wed, 10 Apr 2019 20:07:28 -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: <4A89E2EF3DFEDB4C8BFDE51014F606A14E422190@SHSMSX104.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US On 2019-04-10 18:09, Liming Gao wrote: > Yes. No test on FreeBSD. If possible, can you contribute the patch to fix this issue on FreeBSD? Thanks. I'm working on fixing it now: it looks like it needs new compiler flags in BaseTools/Source/C/Makefiles/header.makefile, as well as recognizing arm64 as a platform name in addition to aarch64. -- Rebecca Cran