|
|

楼主 |
发表于 2009-7-30 20:08:24
|
显示全部楼层
没有用cross distcc
编译好了busybox,正在编译sys-libs/ncurses-5.7-r1,但是卡死在这里
DESTDIR=/usr/arm-unknown-linux-gnu/tmp/portage/sys-libs/ncurses-5.7-r1/image/ \
prefix=/usr \
exec_prefix=/usr \
bindir=/usr/bin \
top_srcdir=/usr/arm-unknown-linux-gnu/tmp/portage/sys-libs/ncurses-5.7-r1/work/ncurses-5.7 \
srcdir=/usr/arm-unknown-linux-gnu/tmp/portage/sys-libs/ncurses-5.7-r1/work/ncurses-5.7/misc \
datadir=/usr/share \
ticdir=/usr/share/terminfo \
source=terminfo.tmp \
THIS_CC="arm-unknown-linux-gnu-gcc" \
THAT_CC="i686-pc-linux-gnu-gcc" \
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
Running tic to install /usr/arm-unknown-linux-gnu/tmp/portage/sys-libs/ncurses-5.7-r1/image//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. |
|