|
|
第 1 帖 | |
|
|
标题: clfs交叉编译ncurses,在make install时长时间停止在Building terminfo database Running tic to installBuilding terminfo database** Building terminfo database, please wait...
Running tic to install /mnt/clfs/usr/share/terminfo ... You may see messages regarding extended capabilities, e.g., AX. These are extended terminal capabilities which are compiled using tic -x If you have ncurses 4.2 applications, you should read the INSTALL document, and install the terminfo without the -x option. 之后一直没反应了,top查看,tic占用CPU达100%,并一直持续。请问是怎么回事呢? |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
先确认在两个版本的ncurses 在编译主机和目标主机是相同的!
在我的 x86 Host主机端的 ncurses 版本为ncurses.i386 5.5-24.20060715 但是被我编译的版本为 ncurses-5.7 用于 ARM,也就是说: 版本 5.5.24 无法对 ARM编译,所以我不得不升级到版本5.7的ncurses -至我的编译主机 |
|
|
|
|
|