veracrypt / VeraCrypt-DCS

VeraCrypt EFI Bootloader for EFI Windows system encryption (LGPL)
GNU Lesser General Public License v3.0
134 stars 59 forks source link

Building VeraCrypt-DCS using Visual Studio 2015 toolset? #5

Open susarlanikhilesh opened 6 years ago

susarlanikhilesh commented 6 years ago

I'm trying to build veracrypt-DCS using Visual studio 2015 tool set. I'm facing below issues, is it because of the visual studio 2015 tool set version? Is there any documentation to build with visual studio 2015. I followed the below documentation to build it, but it looks a bit old. (https://github.com/veracrypt/VeraCrypt/blob/master/src/Boot/EFI/Readme.txt)

-----ISSUE-----

Tpm12.c Microsoft (R) Incremental Linker Version 14.00.24225.1 Copyright (C) Microsoft Corporation. All rights reserved.

/out:Tpm12.exe c:\edk2\Build\DcsPkg\RELEASE_VS2015x86\X64\DcsPkg\Library\DcsTpmLib\DcsTpmLib\OUTPUT.\Tpm12.obj LINK : fatal error LNK1561: entry point must be defined NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Vc\bin\x86_amd64\cl.exe"' : return code '0x2' Stop.

----ISSUE----

Thank you.