View previous topic :: View next topic |
Author |
Message |
Gentoopc Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Dec 2017 Posts: 413
|
Posted: Thu May 17, 2018 3:47 pm Post subject: errors during kernel assembly |
|
|
do it make menuconfig
on the way out this is:
/bin/sh: 1: bison: not found
scripts/Makefile.lib:217 resipe for target scripts/kconfig/zconf.tab.c faled
menuconfig Error 2
What should be implemented? Does the makefile need to be edited? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eccerr0r Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 01 Jul 2004 Posts: 9897 Location: almost Mile High in the USA
|
Posted: Thu May 17, 2018 4:09 pm Post subject: |
|
|
bison should be from sys-devel/bison - not sure how that never got installed on your machine as it is a dep of gcc ?
Do you have bison installed? What is your $PATH ?
ls -l /usr/bin/bison
equery list bison _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gentoopc Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Dec 2017 Posts: 413
|
Posted: Thu May 17, 2018 5:17 pm Post subject: |
|
|
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/gemes
I installed bison as you said but it was installed in usr / bin
errors come out the same
what else can I do? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eccerr0r Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 01 Jul 2004 Posts: 9897 Location: almost Mile High in the USA
|
Posted: Thu May 17, 2018 5:41 pm Post subject: |
|
|
Does it at least let you run bison?
Code: | $ bison
bison: bison: missing operand
Try 'bison --help' for more information.
$ |
Which kernel are you trying to build, looks like just recently they require bison/yacc and flex/lex to build... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gentoopc Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Dec 2017 Posts: 413
|
Posted: Thu May 17, 2018 6:10 pm Post subject: |
|
|
I downloaded from kernel.org draw 4.16.8 and want to collect it from Gentoo on the Board of arm. all actions performed on the orange PI to win+ make make menu in the directory where sccal draw 4.16.8 after did make the menu on the terminal gives : make[1]: ***[scripts/Reinhard/zconf.Lex.C] error 127 Makefile: 511: recipe error for target configuration |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gentoopc Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Dec 2017 Posts: 413
|
Posted: Thu May 17, 2018 6:22 pm Post subject: |
|
|
Many thanks))) the configuration was launched |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|