librekinect icon indicating copy to clipboard operation
librekinect copied to clipboard

make Error 2

Open ghost opened this issue 5 years ago • 1 comments

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

ghost avatar Jan 05 '20 17:01 ghost

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

kitetale avatar Dec 01 '22 04:12 kitetale