Open ghost opened 4 years ago
In case anyone else faces the same issue in the future, this is how I went around this issue:
Run
sudo apt update
sudo apt install -y build-essential flex bison libssl-dev libelf-dev
Then try running to make config again
I've tried deleting and redownloading everything but same outcome
root@raspberrypi:/usr/src/linux# make HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o YACC scripts/kconfig/zconf.tab.c /bin/sh: 1: bison: not found make[2]: [scripts/Makefile.lib:196: scripts/kconfig/zconf.tab.c] Error 127 make[1]: [Makefile:534: syncconfig] Error 2 Makefile:621: include/config/auto.conf.cmd: No such file or directory make: *** [Makefile:633: include/config/auto.conf.cmd] Error 2
Where's the missing file? I can't find it anywhere