I created a driver development environment according to the description in i.MX_Win10_User's_Guide.pdf.
I built it without modifying the source, but the following error occurs.
(However, the OS part provided by Microsoft is not installed in the environment.)
1.Is there something wrong with the procedure when creating the environment?
2.What can I do to resolve this error?
The attached image is a capture of the ErrorList tab.
The following message is a cutout of the message output to the Output tab.
7>The following certificate was selected:
7> Issued to: Windows OEM HAL Extension Test Cert 2017 (TEST ONLY)
7>
7> Issued by: Windows OEM Intermediate 2017 (TEST ONLY)
7>
7> Expires: Mon Mar 27 15:25:16 2023
7>
7> SHA1 hash: BF48806CBDD77D6E6C5DE54050C5D40A10641F33
7>
7>
7>Done Adding Additional Store
7>
7>Number of files successfully Signed: 0
7>
7>Number of warnings: 0
7>
7>Number of errors: 1
7>
7>EXEC : SignTool error : The signer's certificate is not valid for signing.
7>EXEC : SignTool error : An error occurred while attempting to sign: C:\win10-iot-bsp\imx-windows-iot\build\solution\iMXPlatform\Build\ARM64\Release\HalExtiMXDma\HalExtiMXDma.dll
7>
7>signtool.exe : fatal error : Signing failed with 1 on -hal C:\win10-iot-bsp\imx-windows-iot\build\solution\iMXPlatform\Build\ARM64\Release\HalExtiMXDma\HalExtiMXDma.dll
7>Sign.Cmd RC=1
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: The command "set PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Windows Kits\10\Microsoft Application Virtualization\Sequencer\;C:\Program Files\Git\cmd;C:\Users\okuda\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Windows Kits\10\tools\bin\i386\
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: set SIGN_OEM=1
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: set SIGN_WITH_TIMESTAMP=0
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: set TIMESERVER=/t http://timestamp.digicert.com/
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: sign -hal C:\win10-iot-bsp\imx-windows-iot\build\solution\iMXPlatform\Build\ARM64\Release\HalExtiMXDma\HalExtiMXDma.dll
7>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: :VCEnd" exited with code 1.
7>Done building project "HalExtiMXDma.vcxproj" -- FAILED.