...
Step | Description | |
---|---|---|
1 | Make sure that the required building tools and include files are installed. If they are absent install them:
The kernel version must match the version of the installed kernel-headers (i.e. this packages must have same versions. It can be verified via Check that the "kernel" and the "kernel-headers" have the same version, and ensure that system is booted from this kernel version (not from some older one and etc) with " | |
2 | Open xterm and change the default directory to "
| |
3 | Issue "make clean; make" commands to build kernel object:
It is prohibited to use a module built on a certain version of kernel on another one. | |
4 | Check that there are no compilation errors and the file "ni_pci_gpib_ppt .ko " has been built |
...