intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
288 stars 87 forks source link

How to compile v0.54 with centos7 intel-icc? #65

Closed lh1015 closed 3 years ago

lh1015 commented 3 years ago

How to compile v0.54 with centos7 intel-icc?

tkanteck commented 3 years ago

Was it make -j CC=icc that worked here? or something else? Please share so others can benefit from it. Thanks

lh1015 commented 3 years ago

Thank you for your replay! Yes, i make v0.54 use make -j CC=icc, Previous compilation failed maybe because memory is not enough, After i cheate swapfile,compilation was successful.

tkanteck commented 3 years ago

Thanks!