I try build OpenSSl for Intel Xeon Phi coprocessor. So far as I understand this problem reduced to building OpenSSL for "linux-generic64" as target (this document).
I have Windows10(x64) and VC2015. So I use next string for configure:
/perl ./Configure --prefix=D:\openssl\bin shared linux-generic64/
nmake
But "nmake" command lead to failure. Here is a screen capture of the log:
Please, help me build OpenSSL for Intel Xeon Phi.
Best regards.