Advertisement
Guest User

Untitled

a guest
May 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  2. Make version: GNU Make 3.81
  3. Linker version: GNU ld (GNU Binutils for Ubuntu) 2.20
  4. Kernel compiler: gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  5. [!] Kernel compiler and gcc seem to be different versions.
  6. Instead, they should be the same. If you have many compilers
  7. installed, you can specify the correct one with command (in bash)
  8. export CC=kgcc
  9. before trying to install the driver. Replace kgcc with the command
  10. required for compiling kernels (kgcc is often used in Red Hat systems).
  11. WARNING: If you press Enter, I'll try to continue anyway,
  12. but this probably will fail. You SHOULD press Ctrl+C now.
  13. Press Ctrl+C to quit, Enter to continue --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement