
In order to get nVidia drivers
working with the LinuxDNA kernel follow these steps:
1.) Define CC as intelwrapper by:
export set
CC=intelwrapper
2.) Make sure that your intelwrapper
has the following line in it:
-Wno-pointer-sign |
-msoft-float | -ffreestanding | -maccumulate-outgoing-args )
;;
3.) Finally, check to see that everything is ready to compile - you
should
have similar output:
which icc
/opt/intel/cc/10.1.018/bin/icc
which intelwrapper
/usr/src/linux/intelwrapper
echo $CC
intelwrapper
Now you can use the nVidia binary installer to install the driver as
normal :)
LinuxDNA is
licensed under the CC-GNU
GPL version 2.0.
Linux is a registered trademark of Linus Torvalds
nVidia is a registered trademark of the nVidia Corporation
Intel® C++ Compiler for Linux ©Copyright Intel Corporation
All
registered trademarks and trademarks are the property of their
respective owners