Skip to content

Instantly share code, notes, and snippets.

@vmlemon
Created May 24, 2012 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmlemon/2782741 to your computer and use it in GitHub Desktop.
Save vmlemon/2782741 to your computer and use it in GitHub Desktop.
root@ubuntu:~/most4linux-1.0.0/most-kernel# make
make -f ./Makefile.kbuild KERNELDIR=/lib/modules/2.6.38-8-generic/build \
KMOD_CFLAGS=" \
-DHAVE_CONFIG_H \
-I/home/tysonkey/most4linux-1.0.0" \
RT=disabled
make[1]: Entering directory `/home/tysonkey/most4linux-1.0.0/most-kernel'
make -C /lib/modules/2.6.38-8-generic/build M=/home/tysonkey/most4linux-1.0.0/most-kernel
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic'
Building modules, stage 2.
MODPOST 4 modules
/home/tysonkey/most4linux-1.0.0/most-kernel/most-pci: struct pci_device_id is 32 bytes. The last of 2 is:
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
FATAL: /home/tysonkey/most4linux-1.0.0/most-kernel/most-pci: struct pci_device_id is not terminated with a NULL entry!
make[3]: *** [__modpost] Error 1
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/tysonkey/most4linux-1.0.0/most-kernel'
make: *** [all-local] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment