問題描述
如何編譯 gcc 、 intel 靜態庫? (How to compile wth gcc , intel static libraries?)
我有一個用 gcc 編譯的程序。我有一個使用英特爾編譯器 (icc) 編譯的靜態庫(.a 文件)。
我如何使用該庫並與該庫鏈接?(我沒有 icc,另一方必須使用 icc 才能使用 Intel 指令集)。
我正在嘗試編譯(與該庫鏈接),但 Intel 指令出錯。 ..
- 我的目標是 Intel I7。
- 我得到的第一個錯誤是:“undefined reference to `_intel_fast_memcpy'”
謝謝
參考解法
方法 1:
Please look into the recommendation provided at Intel C++ Compiler forum thread: https://software.intel.com/en‑us/forums/intel‑c‑compiler/topic/310493. Hope this helps.
(by user5109370、Anoop ‑ Intel)