-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Problem:
make -C /lib/modules/5.15.0-131-generic/build M=/home/user/Документы/git/ch343ser_linux/driver
make[1]: Entering directory '/usr/src/linux-headers-5.15.0-131-generic'
CC [M] /home/user/Документы/git/ch343ser_linux/driver/ch343.o
MODPOST /home/user/Документы/git/ch343ser_linux/driver/Module.symvers
CC [M] /home/user/Документы/git/ch343ser_linux/driver/ch343.mod.o
LD [M] /home/user/Документы/git/ch343ser_linux/driver/ch343.ko
BTF [M] /home/user/Документы/git/ch343ser_linux/driver/ch343.ko
/bin/sh: 1: pahole: not found
make[3]: *** [scripts/Makefile.modfinal:60: /home/user/Документы/git/ch343ser_linux/driver/ch343.ko] Error 127
make[3]: *** Deleting file '/home/user/Документы/git/ch343ser_linux/driver/ch343.ko'
make[2]: *** [scripts/Makefile.modpost:139: __modpost] Error 2
make[1]: *** [Makefile:1829: modules] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-131-generic'
make: *** [Makefile:7: default] Error 2
Solution:
sudo apt install pahole
Metadata
Metadata
Assignees
Labels
No labels
