We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How to compile the code with UBUNTU 14.0 and GCC. make all is throwing 2 errors 👍
Linux/module.h : no such file or directory.
Please help !
The text was updated successfully, but these errors were encountered:
Can I see the makefile file that needs to add kernel header with the -c parameter?
ifndef KERNELDIR KERNELDIR := /lib/modules/$(shell uname -r)/build endif obj-m := offset.o all: $(MAKE) -C $(KERNELDIR) M=$(PWD) clean: $(MAKE) -C $(KERNELDIR) M=$(PWD) clean install: $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install /sbin/depmod -ae
Sorry, something went wrong.
No branches or pull requests
Hi,
How to compile the code with UBUNTU 14.0 and GCC. make all is throwing 2 errors 👍
Linux/module.h : no such file or directory.
Please help !
The text was updated successfully, but these errors were encountered: