From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muon.cran.org.uk (muon.bluestop.org [IPv6:2605:7700:0:8:1:0:4a32:3323]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 10BC781C94 for ; Wed, 9 Nov 2016 09:46:15 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 5F47F8A2EA for ; Wed, 9 Nov 2016 17:46:17 +0000 (UTC) Received: from muon.cran.org.uk ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yHjt2z7w0KTj for ; Wed, 9 Nov 2016 17:46:16 +0000 (UTC) Received: from [10.0.1.120] (c-73-20-20-155.hsd1.ut.comcast.net [73.20.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA for ; Wed, 9 Nov 2016 17:46:16 +0000 (UTC) To: edk2-devel@lists.01.org From: Bruce Cran Message-ID: <37b78b6c-6322-38db-8ad2-6a5f8489f1e2@cran.org.uk> Date: Wed, 9 Nov 2016 10:46:15 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Subject: GenFv error 3000 building OvmfPkg X64 RELEASE X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 17:46:15 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I'm getting a failure when building (with gcc 6.2.1) OVMF X64 RELEASE (DEBUG builds fine) with the latest edk2 git master: > ./OvmfPkg/build.sh -a X64 -t GCC49 -b RELEASE ..... Generating PEIFV FV ################################### Generate Region at Offset 0x100000 Region Size = 0xA00000 Region Name = FV Generating DXEFV FV ######################################## ######################################## ######################################## ######################################## ######################################## ######################################## ######################################## ######################################## ###########Return Value = 2 GenFv: ERROR 3000: Invalid GenFds.py... RelocateImage() call failed on rebase of /home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49/FV/Ffs/F6697AC4-A776-4EE1-B643-1FEFF2B615BBIncompatiblePciDeviceSupportDxe/F6697AC4-A776-4EE1-B643-1FEFF2B615BB.ffs : error 7000: Failed to generate FV GenFv: ERROR 3000: Invalid Could not rebase /home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49/FV/Ffs/F6697AC4-A776-4EE1-B643-1FEFF2B615BBIncompatiblePciDeviceSupportDxe/F6697AC4-A776-4EE1-B643-1FEFF2B615BB.ffs. ### ['GenFv', '-a', '/home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49/FV/Ffs/DXEFV.inf', '-o', '/home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49/FV/DXEFV.Fv', '-i', '/home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49/FV/DXEFV.inf'] build.py... : error 7000: Failed to execute command GenFds -f /home/bcran/workspace/edk2/OvmfPkg/OvmfPkgX64.fdf --conf=/home/bcran/workspace/edk2/Conf -o /home/bcran/workspace/edk2/Build/OvmfX64/RELEASE_GCC49 -t GCC49 -b RELEASE -p /home/bcran/workspace/edk2/OvmfPkg/OvmfPkgX64.dsc -a X64 -D "EFI_SOURCE=/home/bcran/workspace/edk2/EdkCompatibilityPkg" -D "EDK_SOURCE=/home/bcran/workspace/edk2/EdkCompatibilityPkg" -D "TOOL_CHAIN_TAG=GCC49" -D "TOOLCHAIN=GCC49" -D "TARGET=RELEASE" -D "FAMILY=GCC" -D "WORKSPACE=/home/bcran/workspace/edk2" -D "EDK_TOOLS_PATH=/home/bcran/workspace/edk2/BaseTools" -D "ARCH=X64" -D "ECP_SOURCE=/home/bcran/workspace/edk2/EdkCompatibilityPkg" [/mnt/bcran/workspace/edk2] - Failed - Build end time: 10:42:33, Nov.09 2016 Build total time: 00:01:24 -- Bruce