window64+mingw+grpc(一)

2021-01-17 21:16

阅读:766

安装cmake:3.8.2

安装ActivePerl:ActivePerl-5.26.0.2600

安装golang:go1.9.1 windows/amd64

安装nasm:2.13.01

2、编译grpc/third_party 会编译boringssl,编译汇编时会报错(64位 32位问题),通过修改CMakeLists.txt 

grpc\third_party\boringssl\CMakeLists.txt

set(OPENSSL_NO_ASM "1")

来不进行汇编可以通过 

Cmake没使用过可以

参考 

https://www.jianshu.com/p/44ba033c262a

3、编译grpc/third_party 会编译boringssl,编译汇编时会数据对齐问题,通过修改CMakeList,不进行编译TEST部分通过

4、_WIN32_WINNT需要设定0x0600

CMAKE 添加编译选项

https://blog.csdn.net/qinglongzhan/article/details/80743731

5、已经编译到%50还是报错,所以暂时等后续有时间再进行……

 

希望能给大家起到帮助作用 (* ̄︶ ̄)


评论


亲,登录后才可以留言!