From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 E685F81D6B for ; Thu, 3 Nov 2016 01:07:15 -0700 (PDT) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D679C3D1C1; Thu, 3 Nov 2016 08:07:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-71.phx2.redhat.com [10.3.116.71]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uA387FMX029800; Thu, 3 Nov 2016 04:07:15 -0400 To: "Sajjan, Vikas C" , "edk2-devel@lists.01.org" , "ard.biesheuvel@linaro.org" , "leif.lindholm@linaro.org" References: From: Laszlo Ersek Message-ID: <5c3f52d6-18c4-d381-8177-fd338b8a9d6f@redhat.com> Date: Thu, 3 Nov 2016 09:07:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 03 Nov 2016 08:07:16 +0000 (UTC) Subject: Re: ArmVirtPkg Build Failure 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: Thu, 03 Nov 2016 08:07:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 11/03/16 05:57, Sajjan, Vikas C wrote: > Hi All, > > I get below build error when I tried building EDK2 for ArmVirtPkg > > $ build -a AARCH64 -t GCC49 -p ArmVirtPkg/ArmVirtQemu.dsc > > /home/vikas/tianacore/edk2/MdeModulePkg/Logo/Logo.c:34:5: error: ‘IMG_LOGO’ undeclared here (not in a function) > IMAGE_TOKEN (IMG_LOGO), > ^ > make: *** [/home/vikas/tianacore/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe/OUTPUT/Logo.obj] Error 1 > > > build.py... > : error 7000: Failed to execute command > make tbuild [/home/vikas/tianacore/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe] > > > build.py... > : error F002: Failed to build module > /home/vikas/tianacore/edk2/MdeModulePkg/Logo/LogoDxe.inf [AARCH64, GCC49, DEBUG] > > - Failed - > Build end time: 10:12:42, Nov.03 2016 > Build total time: 00:03:13 > > Let me I am missing something here. > > Regards > Vikas Sajjan > Please refer to: https://lists.01.org/pipermail/edk2-devel/2016-October/002368.html Laszlo