Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.3-4mdk/build/include] и вот тут то возникает такая ошибка: The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match your running kernel (version 2.6.3-4mdk).Even if the module were to compile successfully, it would not load into the running kernel. Я так понимаю надо /lib/modules/2.6.3-4mdk/build/include/linux/version.h править. Содержимое version.h: #define UTS_RELEASE "2.6.3-4mdk"
Что вы посоветуете?
