ionescu007 / VisualUefi

A project for allowing EDK-II Development with Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openssl compiling error

fmj95817 opened this issue · comments

Hi Alex,
I built VisualUefi with VS2015, but project "OpenSSLlib" and "BaseCryptLib" in that solution failed to be compiled. The first error message sent by compiler is "size_t redefination". What has caused this problem?

regards,
Muju

Hi Muju,
Same problem here. Did you find a solution for this?

regards,
Mark

Well it's been a long while since you wrote this comment, but I ran into the same issue and solved it.

Make sure you use the edk2 version that Alex tailored for VisualUefi and it should just work.
https://github.com/ionescu007/edk2

Thanks for confirming that the one in this repo works as expected. I kept trying to find what the issue was!