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
cd SOURCE/module; make --jobs=1 make[1]: Entering directory /software/diagnose-tools/SOURCE/module' make CFLAGS_MODULE="-DMODULE -DCENTOS_7U -DCENTOS_3_10_1127" -C /lib/modules/3.10.0-1127.el7.x86_64/build M=/software/diagnose-tools/SOURCE/module modules make: Entering an unknown directory make: *** /lib/modules/3.10.0-1127.el7.x86_64/build: No such file or directory. Stop. make: Leaving an unknown directory make[1]: *** [default] Error 2 make[1]: Leaving directory /software/diagnose-tools/SOURCE/module' make: *** [module] Error 2
/software/diagnose-tools/SOURCE/module' make CFLAGS_MODULE="-DMODULE -DCENTOS_7U -DCENTOS_3_10_1127" -C /lib/modules/3.10.0-1127.el7.x86_64/build M=/software/diagnose-tools/SOURCE/module modules make: Entering an unknown directory make: *** /lib/modules/3.10.0-1127.el7.x86_64/build: No such file or directory. Stop. make: Leaving an unknown directory make[1]: *** [default] Error 2 make[1]: Leaving directory
[root@redhat diagnose-tools]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.8 (Maipo)
The text was updated successfully, but these errors were encountered:
同样的问题,求解惑~
Sorry, something went wrong.
没装内核开发包,安装一下就行了
https://unix.stackexchange.com/questions/215694/empty-kernel-directory-but-kernel-headers-are-installed
No branches or pull requests
cd SOURCE/module; make --jobs=1
make[1]: Entering directory
/software/diagnose-tools/SOURCE/module' make CFLAGS_MODULE="-DMODULE -DCENTOS_7U -DCENTOS_3_10_1127" -C /lib/modules/3.10.0-1127.el7.x86_64/build M=/software/diagnose-tools/SOURCE/module modules make: Entering an unknown directory make: *** /lib/modules/3.10.0-1127.el7.x86_64/build: No such file or directory. Stop. make: Leaving an unknown directory make[1]: *** [default] Error 2 make[1]: Leaving directory
/software/diagnose-tools/SOURCE/module'make: *** [module] Error 2
[root@redhat diagnose-tools]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)
The text was updated successfully, but these errors were encountered: