<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr">On Apr 21, 2018 7:11 AM, Sumit Kumar <sumit686215@gmail.com> wrote:<br>
><br>
> Hi,<br>
><br>
> I was following instructions given on this web page: https://kernelnewbies.org/OutreachyfirstpatchSetup<br>
><br>
> I get errors when I execute make olddefconfig cmd:<br>
><br>
> sumitsum@sumit-personal:~/Documents/linux_kernel/git/kernels/staging$ make olddefconfig<br>
>   HOSTCC  scripts/basic/fixdep<br>
>   HOSTCC  scripts/kconfig/conf.o<br>
>   YACC    scripts/kconfig/zconf.tab.c<br>
> /bin/sh: 1: bison: not found</p>
<p dir="ltr">You need to install bison. Make sure to install all other build dependencies as well (there's a list in the kernel docs).</p>
<p dir="ltr">> scripts/Makefile.lib:210: recipe for target 'scripts/kconfig/zconf.tab.c' failed<br>
> make[1]: *** [scripts/kconfig/zconf.tab.c] Error 127<br>
> Makefile:525: recipe for target 'olddefconfig' failed<br>
> make: *** [olddefconfig] Error 2</p>
<p dir="ltr">Regards,</p>
<p dir="ltr">Alex</p>
</body>
</html>