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

Linux kernel 2.6.16.x compilation with ICC 9.1.038

metafunk
Beginner
272 Views
Has anyone been able to successfully compile a 2.6.16.x, or 2.6.x Linux kernel from vanilla source with the latest ICC release?
My attempt resulted in (many) undefined references to _intel_fast_memset and _bad_size, at the final linker stage.
-Tom
0 Kudos
2 Replies
Feilong_H_Intel
Employee
272 Views
_intel_fast_memset is defined in libirc.a. You need to include this lib in your link command line.
0 Kudos
metafunk
Beginner
272 Views
Ah okay. I'll give that a try.
0 Kudos
Reply