Advertisement
Guest User

Untitled

a guest
Oct 6th, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. DKMS make.log for nvidia-340.107 for kernel 4.19.77-1-lts (x86_64)
  2. Mon Oct 7 00:08:16 +03 2019
  3.  
  4. gcc-version-check failed:
  5.  
  6. The compiler used to compile the kernel (gcc
  7. 9.1) does not exactly match the current compiler
  8. (gcc 9.2). The Linux 2.6 kernel module loader
  9. rejects kernel modules built with a version of gcc
  10. that does not exactly match that of the compiler
  11. used to build the running kernel.
  12.  
  13. If you know what you are doing and want to override
  14. the gcc version check, you can do so by setting the
  15. IGNORE_CC_MISMATCH environment variable to "1".
  16.  
  17. In any other case, set the CC environment variable
  18. to the name of the compiler that was used to compile
  19. the kernel.
  20.  
  21. *** Failed CC version check. Bailing out! ***
  22.  
  23. make: *** [nvidia-modules-common.mk:201: build-sanity-checks] Error 1
  24. make: Entering directory '/var/lib/dkms/nvidia/340.107/build/uvm'
  25. cd ./..; make module SYSSRC=/lib/modules/4.19.77-1-lts/build SYSOUT=/lib/modules/4.19.77-1-lts/build KBUILD_EXTMOD=./..
  26. make[1]: Entering directory '/var/lib/dkms/nvidia/340.107/build'
  27. NVIDIA: calling KBUILD...
  28. make[2]: Entering directory '/usr/lib/modules/4.19.77-1-lts/build'
  29. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  30. echo >&2; \
  31. echo >&2 " ERROR: Kernel configuration is invalid."; \
  32. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  33. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  34. echo >&2 ; \
  35. /bin/false)
  36. mkdir -p ./../.tmp_versions ; rm -f ./../.tmp_versions/*
  37. make -f ./scripts/Makefile.build obj=./..
  38. scripts/Makefile.build:45: ../Makefile: No such file or directory
  39. make[3]: *** No rule to make target '../Makefile'. Stop.
  40. make[2]: *** [Makefile:1519: _module_./..] Error 2
  41. make[2]: Leaving directory '/usr/lib/modules/4.19.77-1-lts/build'
  42. NVIDIA: left KBUILD.
  43. nvidia.ko failed to build!
  44. make[1]: *** [Makefile:192: nvidia.ko] Error 1
  45. make[1]: Leaving directory '/var/lib/dkms/nvidia/340.107/build'
  46. make: *** [Makefile:220: ../Module.symvers] Error 2
  47. make: Leaving directory '/var/lib/dkms/nvidia/340.107/build/uvm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement