Advertisement
Guest User

Untitled

a guest
Oct 11th, 2022
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /bin/sh: 1: cc: not found
  2. (standard_in) 1: syntax error
  3. #rm -f .symvers.8852be
  4. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-43-generic/build M=/home/rlloyd/rtl8852be modules
  5. make[1]: Entering directory '/usr/src/linux-headers-5.15.0-43-generic'
  6. arch/x86/Makefile:142: CONFIG_X86_X32 enabled but no binutils support
  7. make[1]: gcc: No such file or directory
  8. warning: the compiler differs from the one used to build the kernel
  9. The kernel was built by: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
  10. You are using:
  11. /bin/sh: 1: gcc: not found
  12. (standard_in) 1: syntax error
  13. CC [M] /home/rlloyd/rtl8852be/platform/platform_linux_pc_pci.o
  14. /bin/sh: 1: gcc: not found
  15. make[2]: *** [scripts/Makefile.build:285: /home/rlloyd/rtl8852be/platform/platform_linux_pc_pci.o] Error 127
  16. make[1]: *** [Makefile:1875: /home/rlloyd/rtl8852be] Error 2
  17. make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-43-generic'
  18. make: *** [Makefile:637: modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement