From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3D3431A1E14 for ; Tue, 2 Aug 2016 11:53:59 -0700 (PDT) Received: by mail-it0-x22f.google.com with SMTP id f6so209897866ith.0 for ; Tue, 02 Aug 2016 11:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Tk/lr1110oHYFm7VGidF8GrKxS3mfyF0xGYzR8ZRc2o=; b=KBGPYWlgBBGTl3UsK5zJo4F8fqb6/az9+1S8Tgn/I79PUThXIf3XaFP4mXHH9xXbpb T3UTlC+21WK37Oy5svWD4vWuL2jmKn92r38XBIHhC7RWPgnNbTzC/MnpIFHPRcbr+UHL oLvbF9cHKKQ+2uA3vI4CNbCBPMS0zTf4cstCs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Tk/lr1110oHYFm7VGidF8GrKxS3mfyF0xGYzR8ZRc2o=; b=JXIy36jauSxgDKJhia5U0RfUmT6JkXrytzfgQ7LCZhlYWDprYjP7HrTHC9ReCZeD+u jga7ghArog3/H8KOQF5fIM6lJrp2Um6jAAj4/IasYucXj9Sy3ntZjkvOIE0MS32YaLsb eUsGkKmB4agSGdYC7lUps0YnhQp/VapZTrUQFxqz5I2gzBboBaK4iDJrUjUhTk0IhDYm bAUicyiuUk8LLcpUg1+W6CnH8zam6ua0g7+fpoXVrobvKGBt/0etvnUyWYXfcTh5dJwh fuV0w4kaR9za0Am5KcXC5IdFsM3WhUfcGVKaU9hGaCmTSKiyvXXp2FGaDhMf8oLG/8cM UDUw== X-Gm-Message-State: AEkoouvcdI2hzbjRo3Knuc2opNrhPcyW5TVXPnpFNEHE0uO9A/4BcAUQySBlT2be3fca7gz+dszEnnM5CFHofVSU X-Received: by 10.36.107.211 with SMTP id v202mr62209607itc.51.1470164038600; Tue, 02 Aug 2016 11:53:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Tue, 2 Aug 2016 11:53:58 -0700 (PDT) In-Reply-To: <2b972ef4-c9b7-a10d-0033-ff19bcb82899@cran.org.uk> References: <2b972ef4-c9b7-a10d-0033-ff19bcb82899@cran.org.uk> From: Ard Biesheuvel Date: Tue, 2 Aug 2016 20:53:58 +0200 Message-ID: To: Bruce Cran Cc: edk2-devel-01 Subject: Re: Build traceback with new CLANG35 toolset 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: Tue, 02 Aug 2016 18:53:59 -0000 Content-Type: text/plain; charset=UTF-8 On 2 August 2016 at 20:24, Bruce Cran wrote: > I was just testing the new GCC5 and CLANG35 toolsets that have landed in git > master: GCC5 works perfectly, but with CLANG35 I get the following log and > traceback: > CLANG35 is not new, and currently only supports ARM and AARCH64 > Build environment: Linux-4.6.4-2-default-x86_64-with-SuSE-20160728-x86_64 > Build start time: 12:12:40, Aug.02 2016 > > WORKSPACE = /mnt/user/workspace/edk2 > ECP_SOURCE = /mnt/user/workspace/edk2/EdkCompatibilityPkg > EDK_SOURCE = /mnt/user/workspace/edk2/EdkCompatibilityPkg > EFI_SOURCE = /mnt/user/workspace/edk2/EdkCompatibilityPkg > EDK_TOOLS_PATH = /mnt/user/workspace/edk2/BaseTools > > Architecture(s) = X64 > Build target = RELEASE > Toolchain = CLANG35 > > Active Platform = /mnt/user/workspace/edk2/MyPkg/MyPkg.dsc > > Processing meta-data . > > build.py... > : error C0DE: Unknown fatal error when processing > [/mnt/user/workspace/edk2/MyPkg/MyPkg.inf] > > (Please send email to edk2-devel@lists.01.org for help, attaching following > call stack trace!) > > (Python 2.7.12 on linux2) Traceback (most recent call last): > File > "/mnt/user/workspace/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", > line 2270, in Main > MyBuild.Launch() > File > "/mnt/user/workspace/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", > line 2022, in Launch > self._MultiThreadBuildPlatform() > File > "/mnt/user/workspace/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", > line 1857, in _MultiThreadBuildPlatform > Ma.CreateMakeFile(True) > File > "/mnt/user/workspace/edk2/BaseTools/Source/Python/AutoGen/AutoGen.py", line > 3923, in CreateMakeFile > if Makefile.Generate(): > File > "/mnt/user/workspace/edk2/BaseTools/Source/Python/AutoGen/GenMake.py", line > 184, in Generate > FileContent = self._TEMPLATE_.Replace(self._TemplateDict) > File > "/mnt/user/workspace/edk2/BaseTools/Source/Python/AutoGen/GenMake.py", line > 525, in _CreateTemplateDict > RespDict = self.CommandExceedLimit() > File > "/mnt/user/workspace/edk2/BaseTools/Source/Python/AutoGen/GenMake.py", line > 716, in CommandExceedLimit > Str = self._AutoGenObject._BuildOption[Tool]['FLAGS'] > KeyError: 'FLAGS' > > -- > Bruce > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel