2019, how tools in windows platform compiler pin

0x00 ready

1. cygwin: mainly used make.exe and cut.exe

2. vs2019

 

0x01 build

1. Open applicable to VS x64 native tools command prompt 2017

2. Add the environment variable cygwin

  SET PATH=%PATH%;c:\cygwin64\bin

3. Compile

  cd source\tools\SimpleExamples

  make obj-intel64/opcodemix.dll

 

Guess you like

Origin www.cnblogs.com/helica/p/10962709.html