jueves 27 de enero de 2011

Compiling linux kernel 2.6.34.1 with ICC (Intel Compiler) Version 12.0.0 without wrapper!


First Download Intel Compiler  its free for individuals to download and use for non-commercial type.
Second Source the compiler for x86_64 or x64 (64bit) architectures:

source /opt/intel/bin/iccvars.sh intel64

For x86 32bit architectures you will need other patch!

Step Third : Download and Patch the kernel 2.6.34.1
patch -p1 < dna-2.6.33-intel64.patch
Now you are ready to make oldconfig or make menuconfig , then :

make  AR=xiar LD=xild

Note :  AR=xiar LD=xil  is for use ICC’s built in LD and AR linking


if you get the error : /usr/lib/libirc_s.a: No such file or directory       



cd /usr/lib/
sudo ln -sf /opt/intel/lib/intel64/libirc_s.a libirc_s.a  
Google Analytics Alternative