public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
@ 2020-10-13  8:38 Tiger Liu(BJ-RD)
  2020-10-13 10:03 ` 回复: " gaoliming
  0 siblings, 1 reply; 6+ messages in thread
From: Tiger Liu(BJ-RD) @ 2020-10-13  8:38 UTC (permalink / raw)
  To: devel@edk2.groups.io

Hi, experts:
When I compiled OpensslLib, I met a problem:
......
\CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42): fatal error C1083: Cannot open include file: 'openssl/crypto.h': No such file or directory
\CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10): fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory
......

But these files exist in CryptoPkg\Library\OpensslLib\openssl\include\openssl .

Does anybody meet same problems?

Note:
CryptoPkg.dec has also declared this include path:
......
[Includes.Common.Private]
  Private
  Library/Include
  Library/OpensslLib/openssl/include
......

Thanks


保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* 回复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
  2020-10-13  8:38 [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h Tiger Liu(BJ-RD)
@ 2020-10-13 10:03 ` gaoliming
  2020-10-14  1:45   ` 答复: " Tiger Liu(BJ-RD)
  0 siblings, 1 reply; 6+ messages in thread
From: gaoliming @ 2020-10-13 10:03 UTC (permalink / raw)
  To: devel, tigerliu

Can you print the full build log and check the compiler include path?

Is this a clean build issue or incremental build issue?

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66166+4905953+8761045@groups.io
> <bounce+27952+66166+4905953+8761045@groups.io> 代表 Tiger
> Liu(BJ-RD)
> 发送时间: 2020年10月13日 16:38
> 收件人: devel@edk2.groups.io
> 主题: [edk2-devel] OpensslLib compiling error : cannot open include file :
> openssl/aes.h
> 
> Hi, experts:
> When I compiled OpensslLib, I met a problem:
> ......
> \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42): fatal
> error C1083: Cannot open include file: 'openssl/crypto.h': No such file or
> directory
> \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10): fatal
> error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or
> directory
> ......
> 
> But these files exist in
> CryptoPkg\Library\OpensslLib\openssl\include\openssl .
> 
> Does anybody meet same problems?
> 
> Note:
> CryptoPkg.dec has also declared this include path:
> ......
> [Includes.Common.Private]
>   Private
>   Library/Include
>   Library/OpensslLib/openssl/include
> ......
> 
> Thanks
> 
> 
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and is for the
> sole use of its intended recipient. Any unauthorized review, use, copying or
> forwarding of this email or the content of this email is strictly prohibited.
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* 答复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
  2020-10-13 10:03 ` 回复: " gaoliming
@ 2020-10-14  1:45   ` Tiger Liu(BJ-RD)
  2020-10-14  5:35     ` 回复: " gaoliming
  0 siblings, 1 reply; 6+ messages in thread
From: Tiger Liu(BJ-RD) @ 2020-10-14  1:45 UTC (permalink / raw)
  To: gaoliming, devel@edk2.groups.io

Hi, Liming:
From Build.log, it seems include path is ok:
......
cl.exe" /Foy:\Build\ZxxPlatformPkg\DEBUG_VS2015x86\X64\CryptoPkg\Library\BaseCryptLib\RuntimeCryptLib\OUTPUT\Hash\ /showIncludes /nologo /c /GS- /W4 /Gs32768 /D UNICODE /O1b2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Z7 /Gw /wd4090  -
......
/Iy:\CryptoPkg  /Iy:\CryptoPkg\Include  /Iy:\CryptoPkg\Private  /Iy:\CryptoPkg\Library\Include  /Iy:\CryptoPkg\Library\OpensslLib\openssl\include y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSm3.c y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptMd5.c y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha256.c y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha512Null.c y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha1.c

And BaseCryptLib / IntrinsicLib compiled successfully.

And I found a cc_resp.txt file in Build\...\DEBUG_VS2015x86\X64\CryptoPkg\Library\OpensslLib\OpensslLib\OUTPUT
Why produce a cc_resp.txt?

Thanks
-----邮件原件-----
发件人: gaoliming <gaoliming@byosoft.com.cn>
发送时间: 2020年10月13日 18:03
收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h

Can you print the full build log and check the compiler include path?

Is this a clean build issue or incremental build issue?

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66166+4905953+8761045@groups.io
> <bounce+27952+66166+4905953+8761045@groups.io> 代表 Tiger
> Liu(BJ-RD)
> 发送时间: 2020年10月13日 16:38
> 收件人: devel@edk2.groups.io
> 主题: [edk2-devel] OpensslLib compiling error : cannot open include file :
> openssl/aes.h
>
> Hi, experts:
> When I compiled OpensslLib, I met a problem:
> ......
> \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42): fatal
> error C1083: Cannot open include file: 'openssl/crypto.h': No such
> file or directory
> \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10): fatal
> error C1083: Cannot open include file: 'openssl/opensslv.h': No such
> file or directory ......
>
> But these files exist in
> CryptoPkg\Library\OpensslLib\openssl\include\openssl .
>
> Does anybody meet same problems?
>
> Note:
> CryptoPkg.dec has also declared this include path:
> ......
> [Includes.Common.Private]
>   Private
>   Library/Include
>   Library/OpensslLib/openssl/include
> ......
>
> Thanks
>
>
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and
> is for the sole use of its intended recipient. Any unauthorized
> review, use, copying or forwarding of this email or the content of this email is strictly prohibited.
>
>
> 
>





保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* 回复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
  2020-10-14  1:45   ` 答复: " Tiger Liu(BJ-RD)
@ 2020-10-14  5:35     ` gaoliming
  2020-10-14  7:25       ` 答复: " Tiger Liu(BJ-RD)
  0 siblings, 1 reply; 6+ messages in thread
From: gaoliming @ 2020-10-14  5:35 UTC (permalink / raw)
  To: devel, tigerliu

cc_resp.txt includes the compiler flag and include path. It will be used by the compiler. Then, the compile command line length can be reduced. It can avoid nmake limitation of the command line length 4096. 

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66197+4905953+8761045@groups.io
> <bounce+27952+66197+4905953+8761045@groups.io> 代表 Tiger
> Liu(BJ-RD)
> 发送时间: 2020年10月14日 9:45
> 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> 主题: 答复: [edk2-devel] OpensslLib compiling error : cannot open include
> file : openssl/aes.h
> 
> Hi, Liming:
> From Build.log, it seems include path is ok:
> ......
> cl.exe"
> /Foy:\Build\ZxxPlatformPkg\DEBUG_VS2015x86\X64\CryptoPkg\Library\Base
> CryptLib\RuntimeCryptLib\OUTPUT\Hash\ /showIncludes /nologo /c /GS-
> /W4 /Gs32768 /D UNICODE /O1b2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF
> /Z7 /Gw /wd4090  -
> ......
> /Iy:\CryptoPkg  /Iy:\CryptoPkg\Include  /Iy:\CryptoPkg\Private
> /Iy:\CryptoPkg\Library\Include
> /Iy:\CryptoPkg\Library\OpensslLib\openssl\include
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSm3.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptMd5.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha256.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha512Null.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha1.c
> 
> And BaseCryptLib / IntrinsicLib compiled successfully.
> 
> And I found a cc_resp.txt file in
> Build\...\DEBUG_VS2015x86\X64\CryptoPkg\Library\OpensslLib\OpensslLib\
> OUTPUT
> Why produce a cc_resp.txt?
> 
> Thanks
> -----邮件原件-----
> 发件人: gaoliming <gaoliming@byosoft.com.cn>
> 发送时间: 2020年10月13日 18:03
> 收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
> 主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include
> file : openssl/aes.h
> 
> Can you print the full build log and check the compiler include path?
> 
> Is this a clean build issue or incremental build issue?
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: bounce+27952+66166+4905953+8761045@groups.io
> > <bounce+27952+66166+4905953+8761045@groups.io> 代表 Tiger
> > Liu(BJ-RD)
> > 发送时间: 2020年10月13日 16:38
> > 收件人: devel@edk2.groups.io
> > 主题: [edk2-devel] OpensslLib compiling error : cannot open include file :
> > openssl/aes.h
> >
> > Hi, experts:
> > When I compiled OpensslLib, I met a problem:
> > ......
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42): fatal
> > error C1083: Cannot open include file: 'openssl/crypto.h': No such
> > file or directory
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10): fatal
> > error C1083: Cannot open include file: 'openssl/opensslv.h': No such
> > file or directory ......
> >
> > But these files exist in
> > CryptoPkg\Library\OpensslLib\openssl\include\openssl .
> >
> > Does anybody meet same problems?
> >
> > Note:
> > CryptoPkg.dec has also declared this include path:
> > ......
> > [Includes.Common.Private]
> >   Private
> >   Library/Include
> >   Library/OpensslLib/openssl/include
> > ......
> >
> > Thanks
> >
> >
> > 保密声明:
> > 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或
> 其
> > 内容做任何未经授权的查阅、使用、复制或转发。
> > CONFIDENTIAL NOTE:
> > This email contains confidential or legally privileged information and
> > is for the sole use of its intended recipient. Any unauthorized
> > review, use, copying or forwarding of this email or the content of this email is
> strictly prohibited.
> >
> >
> >
> >
> 
> 
> 
> 
> 
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and is for the
> sole use of its intended recipient. Any unauthorized review, use, copying or
> forwarding of this email or the content of this email is strictly prohibited.
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* 答复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
  2020-10-14  5:35     ` 回复: " gaoliming
@ 2020-10-14  7:25       ` Tiger Liu(BJ-RD)
  2020-10-14 11:55         ` Bob Feng
  0 siblings, 1 reply; 6+ messages in thread
From: Tiger Liu(BJ-RD) @ 2020-10-14  7:25 UTC (permalink / raw)
  To: gaoliming, devel@edk2.groups.io

Hi, liming:
Got it.

Is Cc_resp.txt produced by compiler automatically? Or by UDK build tools?

The problem I met may be caused by violating the limitation length of the compiler command line.
After trim the length, could pass the failed point.

Thanks
-----邮件原件-----
发件人: gaoliming <gaoliming@byosoft.com.cn>
发送时间: 2020年10月14日 13:35
收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h

cc_resp.txt includes the compiler flag and include path. It will be used by the compiler. Then, the compile command line length can be reduced. It can avoid nmake limitation of the command line length 4096.

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66197+4905953+8761045@groups.io
> <bounce+27952+66197+4905953+8761045@groups.io> 代表 Tiger
> Liu(BJ-RD)
> 发送时间: 2020年10月14日 9:45
> 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> 主题: 答复: [edk2-devel] OpensslLib compiling error : cannot open include
> file : openssl/aes.h
>
> Hi, Liming:
> From Build.log, it seems include path is ok:
> ......
> cl.exe"
> /Foy:\Build\ZxxPlatformPkg\DEBUG_VS2015x86\X64\CryptoPkg\Library\Base
> CryptLib\RuntimeCryptLib\OUTPUT\Hash\ /showIncludes /nologo /c /GS-
> /W4 /Gs32768 /D UNICODE /O1b2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF
> /Z7 /Gw /wd4090  -
> ......
> /Iy:\CryptoPkg  /Iy:\CryptoPkg\Include  /Iy:\CryptoPkg\Private
> /Iy:\CryptoPkg\Library\Include
> /Iy:\CryptoPkg\Library\OpensslLib\openssl\include
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSm3.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptMd5.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha256.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha512Null.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha1.c
>
> And BaseCryptLib / IntrinsicLib compiled successfully.
>
> And I found a cc_resp.txt file in
> Build\...\DEBUG_VS2015x86\X64\CryptoPkg\Library\OpensslLib\OpensslLib\
> OUTPUT
> Why produce a cc_resp.txt?
>
> Thanks
> -----邮件原件-----
> 发件人: gaoliming <gaoliming@byosoft.com.cn>
> 发送时间: 2020年10月13日 18:03
> 收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
> 主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include
> file : openssl/aes.h
>
> Can you print the full build log and check the compiler include path?
>
> Is this a clean build issue or incremental build issue?
>
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: bounce+27952+66166+4905953+8761045@groups.io
> > <bounce+27952+66166+4905953+8761045@groups.io> 代表 Tiger
> > Liu(BJ-RD)
> > 发送时间: 2020年10月13日 16:38
> > 收件人: devel@edk2.groups.io
> > 主题: [edk2-devel] OpensslLib compiling error : cannot open include file :
> > openssl/aes.h
> >
> > Hi, experts:
> > When I compiled OpensslLib, I met a problem:
> > ......
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42):
> > fatal error C1083: Cannot open include file: 'openssl/crypto.h': No
> > such file or directory
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10):
> > fatal error C1083: Cannot open include file: 'openssl/opensslv.h':
> > No such file or directory ......
> >
> > But these files exist in
> > CryptoPkg\Library\OpensslLib\openssl\include\openssl .
> >
> > Does anybody meet same problems?
> >
> > Note:
> > CryptoPkg.dec has also declared this include path:
> > ......
> > [Includes.Common.Private]
> >   Private
> >   Library/Include
> >   Library/OpensslLib/openssl/include
> > ......
> >
> > Thanks
> >
> >
> > 保密声明:
> > 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或
> 其
> > 内容做任何未经授权的查阅、使用、复制或转发。
> > CONFIDENTIAL NOTE:
> > This email contains confidential or legally privileged information
> > and is for the sole use of its intended recipient. Any unauthorized
> > review, use, copying or forwarding of this email or the content of
> > this email is
> strictly prohibited.
> >
> >
> >
> >
>
>
>
>
>
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and
> is for the sole use of its intended recipient. Any unauthorized
> review, use, copying or forwarding of this email or the content of this email is strictly prohibited.
>
>
> 
>





保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h
  2020-10-14  7:25       ` 答复: " Tiger Liu(BJ-RD)
@ 2020-10-14 11:55         ` Bob Feng
  0 siblings, 0 replies; 6+ messages in thread
From: Bob Feng @ 2020-10-14 11:55 UTC (permalink / raw)
  To: devel@edk2.groups.io, tigerliu@zhaoxin.com, gaoliming

cc_resp.txt is generated by build tool.

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Tiger Liu(BJ-RD)
Sent: Wednesday, October 14, 2020 3:26 PM
To: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
Subject: 答复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h

Hi, liming:
Got it.

Is Cc_resp.txt produced by compiler automatically? Or by UDK build tools?

The problem I met may be caused by violating the limitation length of the compiler command line.
After trim the length, could pass the failed point.

Thanks
-----邮件原件-----
发件人: gaoliming <gaoliming@byosoft.com.cn>
发送时间: 2020年10月14日 13:35
收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h

cc_resp.txt includes the compiler flag and include path. It will be used by the compiler. Then, the compile command line length can be reduced. It can avoid nmake limitation of the command line length 4096.

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66197+4905953+8761045@groups.io
> <bounce+27952+66197+4905953+8761045@groups.io> 代表 Tiger
> Liu(BJ-RD)
> 发送时间: 2020年10月14日 9:45
> 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> 主题: 答复: [edk2-devel] OpensslLib compiling error : cannot open include 
> file : openssl/aes.h
>
> Hi, Liming:
> From Build.log, it seems include path is ok:
> ......
> cl.exe"
> /Foy:\Build\ZxxPlatformPkg\DEBUG_VS2015x86\X64\CryptoPkg\Library\Base
> CryptLib\RuntimeCryptLib\OUTPUT\Hash\ /showIncludes /nologo /c /GS-
> /W4 /Gs32768 /D UNICODE /O1b2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF
> /Z7 /Gw /wd4090  -
> ......
> /Iy:\CryptoPkg  /Iy:\CryptoPkg\Include  /Iy:\CryptoPkg\Private 
> /Iy:\CryptoPkg\Library\Include 
> /Iy:\CryptoPkg\Library\OpensslLib\openssl\include
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSm3.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptMd5.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha256.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha512Null.c
> y:\CryptoPkg\Library\BaseCryptLib\Hash\CryptSha1.c
>
> And BaseCryptLib / IntrinsicLib compiled successfully.
>
> And I found a cc_resp.txt file in
> Build\...\DEBUG_VS2015x86\X64\CryptoPkg\Library\OpensslLib\OpensslLib\
> OUTPUT
> Why produce a cc_resp.txt?
>
> Thanks
> -----邮件原件-----
> 发件人: gaoliming <gaoliming@byosoft.com.cn>
> 发送时间: 2020年10月13日 18:03
> 收件人: devel@edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu@zhaoxin.com>
> 主题: 回复: [edk2-devel] OpensslLib compiling error : cannot open include 
> file : openssl/aes.h
>
> Can you print the full build log and check the compiler include path?
>
> Is this a clean build issue or incremental build issue?
>
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: bounce+27952+66166+4905953+8761045@groups.io
> > <bounce+27952+66166+4905953+8761045@groups.io> 代表 Tiger
> > Liu(BJ-RD)
> > 发送时间: 2020年10月13日 16:38
> > 收件人: devel@edk2.groups.io
> > 主题: [edk2-devel] OpensslLib compiling error : cannot open include file :
> > openssl/aes.h
> >
> > Hi, experts:
> > When I compiled OpensslLib, I met a problem:
> > ......
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_core.c(42):
> > fatal error C1083: Cannot open include file: 'openssl/crypto.h': No 
> > such file or directory
> > \CryptoPkg\Library\OpensslLib\openssl\crypto\aes\aes_misc.c(10):
> > fatal error C1083: Cannot open include file: 'openssl/opensslv.h':
> > No such file or directory ......
> >
> > But these files exist in
> > CryptoPkg\Library\OpensslLib\openssl\include\openssl .
> >
> > Does anybody meet same problems?
> >
> > Note:
> > CryptoPkg.dec has also declared this include path:
> > ......
> > [Includes.Common.Private]
> >   Private
> >   Library/Include
> >   Library/OpensslLib/openssl/include
> > ......
> >
> > Thanks
> >
> >
> > 保密声明:
> > 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或
> 其
> > 内容做任何未经授权的查阅、使用、复制或转发。
> > CONFIDENTIAL NOTE:
> > This email contains confidential or legally privileged information 
> > and is for the sole use of its intended recipient. Any unauthorized 
> > review, use, copying or forwarding of this email or the content of 
> > this email is
> strictly prohibited.
> >
> >
> >
> >
>
>
>
>
>
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and 
> is for the sole use of its intended recipient. Any unauthorized 
> review, use, copying or forwarding of this email or the content of this email is strictly prohibited.
>
>
> 
>





保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-14 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13  8:38 [edk2-devel] OpensslLib compiling error : cannot open include file : openssl/aes.h Tiger Liu(BJ-RD)
2020-10-13 10:03 ` 回复: " gaoliming
2020-10-14  1:45   ` 答复: " Tiger Liu(BJ-RD)
2020-10-14  5:35     ` 回复: " gaoliming
2020-10-14  7:25       ` 答复: " Tiger Liu(BJ-RD)
2020-10-14 11:55         ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox