Advertisement
rexioderum

warning -- the compiler differs from the one used to build the kernel

Nov 7th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | Software | 0 0
  1. $ make
  2. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.0-48-generic/build M=/home/xpto/rtl8188eus  modules
  3. make[1]: Entering directory '/usr/src/linux-headers-6.8.0-48-generic'
  4. warning: the compiler differs from the one used to build the kernel
  5.   The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
  6.   You are using:           gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
  7. make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-48-generic'
  8.  
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement