ubuntu8.04安装arm-linux-gdb make出错

内核编译和嵌入式产品的设计与开发
回复
hanyu
帖子: 49
注册时间: 2009-03-12 16:29

ubuntu8.04安装arm-linux-gdb make出错

#1

帖子 hanyu » 2009-03-19 15:52

我装完arm-linux-gcc :2.95.3后装gdb时 chenhongxia@chenhongxia-desktop:~/gdb-6.8$ ./configure --target=arm-linux --enable-sim --prefix=/usr/local/arm/2.95.3
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking for gcc option to accept ANSI C... none needed
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gnatbind... no
checking for arm-linux-lipo... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking for arm-linux-dlltool... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
配置后中的文件太多。我只选了其中感觉有问题的几个,然后make 出错
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/home/chx/gdb-6.6'
make: *** [all] Error 2
不知道该如何修改是哪里的问题,请各位指教一下
头像
pcbird
帖子: 2337
注册时间: 2008-12-19 13:44
来自: 东8区

Re: ubuntu8.04安装arm-linux-gdb make出错

#2

帖子 pcbird » 2009-03-19 20:11

no termcap library缺少 termcap library依赖
新里得下载之

代码: 全选

 
       \   ,__,
        \  (oo)____
           (__)    )\
              ||--|| *  
 
hanyu
帖子: 49
注册时间: 2009-03-12 16:29

Re: ubuntu8.04安装arm-linux-gdb make出错

#3

帖子 hanyu » 2009-03-21 13:08

解决了 谢谢
头像
shenhao0129
帖子: 192
注册时间: 2007-11-23 12:31

Re: ubuntu8.04安装arm-linux-gdb make出错

#4

帖子 shenhao0129 » 2009-03-22 19:50

我之前碰到了这个问题,很快也搞定了
bh_wang
帖子: 3
注册时间: 2009-09-02 17:00

Re: ubuntu8.04安装arm-linux-gdb make出错

#5

帖子 bh_wang » 2009-09-02 17:02

怎么解决的呢?
steventree
帖子: 133
注册时间: 2007-11-05 21:58
来自: CH

Re: ubuntu8.04安装arm-linux-gdb make出错

#6

帖子 steventree » 2009-09-20 0:06

回楼上的, 我也是没有找到termcap这个包。 但是安装libncurses5-dev这个包就搞定了。
这么久坟都被挖出来了。
回复