From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@foxmail.com header.s=s201512 header.b=KcEwjkd+; spf=pass (domain: foxmail.com, ip: 54.254.200.128, mailfrom: francisco_flynn@foxmail.com) Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) by groups.io with SMTP; Wed, 08 May 2019 05:29:19 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foxmail.com; s=s201512; t=1557318554; bh=c1WgX2470xtBpDCxPM7IdZPVcxBB6Zfw5C2uReZB6t4=; h=Subject:Mime-Version:From:Date:Message-Id:To; b=KcEwjkd+fohachX0D02D06vXBklAs31FbCOPhCbQqGULr1GKM7LDG7VW8xQ7or27u iheoZNqYnOLV1R4NE113c+Gv5iFuQ4FrHi8fnZ+DoAh+PuQh1KeE611r6N59b4yf/q IzV5jk/b+yKC5kgV8sOdvDc6s//wMJQESJSOsmUo= X-QQ-mid: esmtp7t1557318553taxdxwxpn Received: from [192.168.1.103] (unknown [153.34.122.65]) by esmtp4.qq.com (ESMTP) with id ; Wed, 08 May 2019 20:29:12 +0800 (CST) X-QQ-SSF: 0000000000000080F1100F00000000M X-QQ-FEAT: UcX0e83sQ0g8+WuFzP1ct7hSy/Ww33JycEjPTvEhEeT/Mhqs9nesm5ZoAxAjO KpeUBAMPUzDH26QGfmBsfeKbLL8gcMUqRBWG7nfvZqiljuRB10lQZviM4MEAs2dVpTYH6MO vxLN/jJbqohHkFP+KXm47m5d/kJnQHMSoUE8ZouAJEjJRbrnyIDzW2qqObC6V+G7opN4S1n cLLn2CCNzs79J7BHiPG8IR0AhmkloZKc7OwWSpGWSFGVvH7bsqtCSCiaMwCgqS8kBt8eUGx sDMd21xARsBDzJ7zTndMe/R9G/ouaWo+eXeU4svp6ldm97 X-QQ-GoodBg: 0 Subject: Re: [edk2-devel] tool chain tag setting for vs2017 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) X-Apple-Auto-Saved: 1 X-Apple-Mail-Remote-Attachments: YES From: =?UTF-8?B?IuW+kOaelw==?= X-Apple-Base-Url: x-msg://10/ In-Reply-To: <46fb43d9-dfdc-a481-f60b-d5f362ed2c0b@akeo.ie> X-Apple-Windows-Friendly: 1 Date: Wed, 8 May 2019 20:16:08 +0800 Cc: devel@edk2.groups.io X-Apple-Mail-Signature: SKIP_SIGNATURE Message-Id: <0AD74FB9-87C7-4380-9E80-EB79830879EF@foxmail.com> References: <46fb43d9-dfdc-a481-f60b-d5f362ed2c0b@akeo.ie> X-Uniform-Type-Identifier: com.apple.mail-draft To: Pete Batard X-Mailer: Apple Mail (2.3445.102.3) X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:foxmail.com:bgforeign:bgforeign4 X-QQ-Bgrelay: 1 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: quoted-printable


=D4=DA = 2019=C4=EA5=D4=C28=C8=D5=A3=AC=CF=C2=CE=E76:25=A3=ACPete Batard = <pete@akeo.ie> =D0=B4=B5=C0=A3=BA

Hi Flynn,

On = 2019.05.08 09:00, "=D0=EC=C1=D6 wrote:
Hey = guys,
I may found a problem here..
I'm trying to build tianocore = with visual studio 2017, the tianocore commit id = is
df7c81b5b219c9aee776baa466dd64c9d318dd80(Tue Apr 30 10:16:01 = 2019),
after seting up the build environment and change = TOOL_CHAIN_TAG to VS2017x86
according from = https://github.com/tianocore/tianocore.github.io/wiki/Windows-systems-Tool= Chain-Matrix

The first thing that needs to be = pointed out is that the ToolChain-Matrix has not been updated for = VS2017, so you need to be careful about extrapolating what applies for = VS2015 or VS2013 to VS2017.


Yes, wrong = extrapolating this time:)

, then build, the process will terminate with error = message:
*[VS2017x86] not defined. No toolchain available for build! = *

Indeed. That's because we are now using a separate = VS2017_HOST (currently set to 'x86' by default) to identify the = architecture of the host platform tools, so we're not using VS2017x86 = any more.


Got it. BTW, do you have plan to = support for higher version GCC? Such as GCC8?

After several tries, i change = TOOL_CHAIN_TAG to *VS2017 *instead of VS2017x86,
then the problem = solved, i'm not sure if vs2017 setting is inconsistent with vs2015 or = vs2010..
or i have wrong setting somewhere = else?

You should just use VS2017. And of course, = we'll need to update the Matrix to make that information public as = well.

If you are seeing issues after setting TOOL_CHAIN_TAG to = VS2017, please let us know.


The use of VS2017 = works great until now, I=A1=AFll send email to ask if other issues = occurs.

Best regards,
Flynn
Regards,

/Pete


=