- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...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?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page