博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
fedora26在编译s3c2440内核时make menuconfig *** Unable to find the ncurses libraries
阅读量:6934 次
发布时间:2019-06-27

本文共 471 字,大约阅读时间需要 1 分钟。

[root@fedora-26 linux-2.6.32.2]# make menuconfig

*** Unable to find the ncurses libraries

or the *** required header files. *** 'make menuconfig' requires the ncurses libraries.

*** *** Install ncurses (ncurses-devel) and try again. *** make[1]: ***

 

fedora 安装 ncurses 库

[root@fedora-26 linux-2.6.32.2]# yum provides "/*/ncurses"

 

[root@fedora-26 linux-2.6.32.2]# yum install -y ncurses-devel-6.0-8.20170212.fc26.x86_64

 

然后执行

[root@fedora-26 linux-2.6.32.2]# make menuconfig

转载地址:http://llgjl.baihongyu.com/

你可能感兴趣的文章
用express-generator创建express项目骨架
查看>>
Waiting on Groups of Queued Tasks
查看>>
selenium 定制启动 chrome 的选项
查看>>
PHP MySQL Update
查看>>
强大的Vivado IP工具——自定义IP的使用
查看>>
PowerShell让系统可以执行.ps1文件
查看>>
python 在windows 中文显示
查看>>
路由器后面再接一个路由器怎么设置(二级路由)
查看>>
python 调用shell命令的方法
查看>>
.Net转Java.02.数据类型
查看>>
在一个gradle 的maven property 里添加多个URL
查看>>
PHP中的SESSION
查看>>
C#正则表达式的完全匹配、部分匹配及忽略大小写的问题
查看>>
【游戏开发】基于VS2017的OpenGL开发环境搭建
查看>>
洛谷P3960 列队(动态开节点线段树)
查看>>
RESTful到底是什么玩意??
查看>>
PHP的词法解析器:re2c
查看>>
Html5版本的全套股票行情图开源了,附带实现技术简介
查看>>
Our Proof : Page Scraping : Website Data Extraction : Data Mining Analytics : Connotate.com
查看>>
linux 时间戳及时间差计算
查看>>