On Wednesday 08 February 2006 17:11, Jonathan Puthoff wrote:
Hello all! I am new here (and pretty new to Linux, for that matter) and was referred here for some assistance.
Recently I built an AMD Sempron machine for my lab and installed SuSE 10.0 x86_64. I want to install and run National Instruments software (LabVIEW, NIDAQmx) to control my DAQ PCI card. There is a problem, however, with the compiling of the NI-KAL kernel module, upon which the rest of the installation seems to depend. The "./configure" script that I need to run prior to my "make" checks for a file called /usr/src/linux/include/asm/asm_offsets.h
The configure script is broken. Standard way to get the includes for the current kernel is /lib/modules/`uname -r`/build/include
and returns an "kernel not configured correctly" error. I do not seem to have this file and find no indication that my kernel (2.6.13-15.7) is even supposed to. Can anyone tell me what this means, or if it is even possible to make the file myself?
Read /usr/src/linux/README.SUSE -Andi