Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

unknown symbols in ixgbe driver built by icc

Dillan_Z_
Beginner
424 Views

Hi,

    I have problems with building and loading 10GBE ixgbe driver. I built the driver with icc successfully. But when I tried to load it with "insmod ixgbe.ko",  I get error message "unknown symbol __intel_security_check_cookie" and "unknown symbol __intel_security_cookie", but the driver soucecode does not contain these symbols. It seems like they are two symbols in some lib of icc, but the kernel doesn't contain the lib.

    So how could I build the driver without these symbols? Or how could I import these symbols into the kernel space?

    Thanks

    Dillan

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
424 Views
>>...I get error message "unknown symbol __intel_security_check_cookie" and "unknown symbol __intel_security_cookie"... Both symbols could be defined in libiomp5mt and libiompprof5mt libraries. What is a version of Intel C++ compiler?
0 Kudos
Reply