From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by mx.groups.io with SMTP id smtpd.web10.21529.1620582173060743187 for ; Sun, 09 May 2021 10:42:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=h/FdPsbj; spf=pass (domain: nuviainc.com, ip: 209.85.160.178, mailfrom: rebecca@nuviainc.com) Received: by mail-qt1-f178.google.com with SMTP id g13so10376364qts.4 for ; Sun, 09 May 2021 10:42:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=subject:from:to:reply-to:references:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=R2Ji8ndQn0XyEkI3cdnddvdX3IpjbOBhYLyr5ZZP/j0=; b=h/FdPsbjhVpVTXrCnoY+kS7VvEPHVZfJLJi90i+rpqdENcQoWFRvAmicjJx7LYVFWb OCpXIiiy9JhsN6gHIvJS49C7omYbY0cdSLLmrAIjZMfxbXVcTIFea+NpaG/aQBIZGYzQ qr3qfRL/NrCAG+H7VLWQlvYOqVrQfo+JEd1bGcx1iWWglnqmzRcViLeIGkl740x6DZIe CbScOZq9L8v9NZ+b7H4dqtFHV+xSssyVFaWKfPqFT9QH5sKlVdaf0Jkzk5zR/nk0veij NcicInM0ePIrX5GFSlhmchZ3WdEHFSc/fnEroAXS57jEbDVIXtOidrWU4ChcHRMXeOFB 4xmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:reply-to:references:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=R2Ji8ndQn0XyEkI3cdnddvdX3IpjbOBhYLyr5ZZP/j0=; b=YdYmJ24TR+LORPj1Foasl8uZzJ5yAFpmUEMtB/PXsUlkcCZBHr5X6PzJ7J8kmawAFe ZnLDpQLvYer+4ytpUp1bzvFCkF6WhbCDqxeNQLDzfakNcSXAUq8LHkTQr66uhJTH7T0O QcJ1iIS2EQewItMRa5A/R37v5H4aPoHlOmwbhZM3DxYBoIux7N9lKfaZwwZABaZKFfg2 XnLz5soJBjIgrcqofo7GBZOh6WjVvYu5wA5iXL1aIMA/ko6zH1Tyjb9dwHYsPpE9IH+O sLA7FGjM4YoZz3XvNNYAF83m+aq6j/aqOauKVSXZgbb5m0TM3MnRebqkJyB5+sHxyI4H 7oag== X-Gm-Message-State: AOAM530zjpj58/beXlp69NyfbZfJ0OyIJ4D1EkRFwFNd5VjGR4ozJlYL +tTKyXa4XIBxpkgGdfIkESrXqg== X-Google-Smtp-Source: ABdhPJy231zTCqVARvEt+3FBFjfv9XSvN5ksWUUBXRRTYke06Z8K91L3rUEJXeUXBd0ixIaPxVT9fQ== X-Received: by 2002:ac8:4e53:: with SMTP id e19mr19082393qtw.248.1620582172269; Sun, 09 May 2021 10:42:52 -0700 (PDT) Return-Path: Received: from [10.0.10.142] (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id p9sm8825478qtl.78.2021.05.09.10.42.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 May 2021 10:42:51 -0700 (PDT) Subject: Re: [edk2-devel] Build fails with VS2012 From: "Rebecca Cran" To: devel@edk2.groups.io, Michael D Kinney Reply-To: devel@edk2.groups.io, Rebecca Cran References: <167D2F1936103629.17661@groups.io> Message-ID: <759cb9b3-136d-806e-92f5-4cf397891aac@nuviainc.com> Date: Sun, 9 May 2021 11:42:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <167D2F1936103629.17661@groups.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Similarly the build is also failing with GCC49, using gcc 4.9.2: /edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c: In function 'ShellSortFileList': Building ... /edk2/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf [X64] /edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c:2202:19: error: 'Dupes' may be used uninitialized in this function [-Werror=maybe-uninitialized] *Duplicates = Dupes; ^ -- Rebecca Cran On 5/8/21 1:47 PM, Rebecca Cran wrote: > I'm setting up a new Jenkins server to do Bhyve builds and run on > platforms that aren't currently tested with the GitHub/Azure system. > > Since VS2012 appears to be a supported toolchain, I tried building > OvmfPkgX64 with it (I'm also planning on testing VS2013, VS2015, VS2017 > and VS2019), but it fails with: > > > Building ... > c:\users\administrator\src\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf > [X64] > c:\users\administrator\src\edk2\UefiCpuPkg\Library\MpInitLib\MpLib.c(1268) > : error C2220: warning treated as error - no 'object' file generated > c:\users\administrator\src\edk2\UefiCpuPkg\Library\MpInitLib\MpLib.c(1268) > : warning C4306: 'type cast' : conversion from 'int' to > 'SEV_ES_AP_JMP_FAR *' of greater size > > I know the GitHub/Azure system only tests with VS2017 and VS2019: are > there plans to drop the older VS versions, or should they still work? > And would it be considered useful to _check_ that they still work, or > should they be considered unsupported? >