Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems to create a profile of Linux with Ubuntu 20.04 #844

Open
JessyGothik opened this issue Mar 7, 2023 · 1 comment
Open

Problems to create a profile of Linux with Ubuntu 20.04 #844

JessyGothik opened this issue Mar 7, 2023 · 1 comment

Comments

@JessyGothik
Copy link

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.

@miszr
Copy link

miszr commented Jun 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants