- 5.1.1.1. configure: error: missing required tool: bison
- 5.1.1.2. configure: error: missing required tool: flex
- 5.1.1.3. configure: error: missing required tool: gperf
- 5.1.1.4. configure: error: missing required tool: makeinfo
- 5.1.1.5. configure: error: could not find GNU awk
- 5.1.1.6. configure: error: could not find GNU libtool >= 1.5.26
- 5.1.1.7. configure: error: could not find GNU automake >= 1.10
- 5.1.1.8. configure: error: could not find curses header, required for the kconfig frontends
比如,在configure和make等时候,提示你缺少一些工具,版本等不满足要求之类的错误。
这时候,基本的逻辑都是:
搞清楚当前缺少的是哪个(版本的)工具,然后去安装上去,即可。