Open JessyGothik opened 1 year ago
I have the next problem:
make -C //lib/modules/5.15.0-60-generic/build CONFIG_DEBUG_INFO=y M="" modules make[1]: Entering directory '/usr/src/linux-headers-5.15.0-60-generic' SYNC include/config/auto.conf.cmd YACC scripts/kconfig/parser.tab.[ch] /bin/sh: 1: bison: not found make[3]: [scripts/Makefile.host:17: scripts/kconfig/parser.tab.h] Error 127 make[2]: [Makefile:622: syncconfig] Error 2 make[1]: [Makefile:742: include/config/auto.conf.cmd] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-60-generic' make: [Makefile:10: dwarf] Error 2
Can you help me, please?
I tried to test adding "MODULE_LICENSE("GPL");" in the last line, but, I still have the same problem.
Based on your output i would say: /bin/sh: 1: bison: not found is your problem. Your are likely missing a required package for building.
/bin/sh: 1: bison: not found
I have the next problem:
make -C //lib/modules/5.15.0-60-generic/build CONFIG_DEBUG_INFO=y M="" modules make[1]: Entering directory '/usr/src/linux-headers-5.15.0-60-generic' SYNC include/config/auto.conf.cmd YACC scripts/kconfig/parser.tab.[ch] /bin/sh: 1: bison: not found make[3]: [scripts/Makefile.host:17: scripts/kconfig/parser.tab.h] Error 127 make[2]: [Makefile:622: syncconfig] Error 2 make[1]: [Makefile:742: include/config/auto.conf.cmd] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-60-generic' make: [Makefile:10: dwarf] Error 2
Can you help me, please?
I tried to test adding "MODULE_LICENSE("GPL");" in the last line, but, I still have the same problem.