All of lore.kernel.org
 help / color / mirror / Atom feed
* Compile your changes- Tutorial(make -j2)
@ 2018-02-14 10:02 Shreyasi Rao
  2018-02-14 10:16 ` [Outreachy kernel] " Julia Lawall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shreyasi Rao @ 2018-02-14 10:02 UTC (permalink / raw)
  To: outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

Hi,

I followed the tutorial upto modifying driver on native linux but when I
compiled my changes with the make -j2 command it gave me this:

 YACC    scripts/kconfig/zconf.tab.c
/bin/sh: 1: bison: not found
scripts/Makefile.lib:217: recipe for target 'scripts/kconfig/zconf.tab.c'
failed
make[2]: *** [scripts/kconfig/zconf.tab.c] Error 127
make[2]: *** Waiting for unfinished jobs....
  LEX     scripts/kconfig/zconf.lex.c
/bin/sh: 1: flex: not found
scripts/Makefile.lib:202: recipe for target 'scripts/kconfig/zconf.lex.c'
failed
make[2]: *** [scripts/kconfig/zconf.lex.c] Error 127
Makefile:507: recipe for target 'silentoldconfig' failed
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by
'include/config/kernel.release'.  Stop.
make: *** Waiting for unfinished jobs....

then I installed bison and it didn't make the error go away, now I am
stuck. If you could please tell me where the problem is.

Thanking You,
Shreyasi

[-- Attachment #2: Type: text/html, Size: 1211 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-14 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 10:02 Compile your changes- Tutorial(make -j2) Shreyasi Rao
2018-02-14 10:16 ` [Outreachy kernel] " Julia Lawall
2018-02-14 10:24 ` Greg KH
2018-02-14 11:19 ` Shreyasi Rao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.