Open huynhp24 opened 1 year ago
Hello, I'm new to linux and I'm setting ubuntu up on my Macbook Pro 15.
When I run sudo make I get this:
sudo make
$ sudo make make -C /lib/modules/6.2.0-32-generic/build M= modules make[1]: Entering directory '/usr/src/linux-headers-6.2.0-32-generic' SYNC include/config/auto.conf.cmd LEX scripts/kconfig/lexer.lex.c /bin/sh: 1: flex: not found make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127 make[2]: *** [Makefile:711: syncconfig] Error 2 Makefile:789: include/config/auto.conf.cmd: No such file or directory make[1]: *** [Makefile:812: include/config/auto.conf.cmd] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.2.0-32-generic' make: *** [Makefile:10: all] Error 2
@MCMrARM Do you still maintain this? Please let me know if there's a fork I can go to instead. Thank you!
Hello, I'm new to linux and I'm setting ubuntu up on my Macbook Pro 15.
When I run
sudo make
I get this: