Chinaunix首页 | 论坛 | 博客
  • 博客访问: 59218
  • 博文数量: 12
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 100
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-19 16:31
文章存档

2014年(7)

2007年(5)

我的朋友

发布时间:2014-04-19 11:00:50

终于编译成功了,之前编译遇到的问题,花费几天的时间没有白费......【阅读全文】

阅读(545) | 评论(0) | 转发(0)

发布时间:2014-04-14 22:33:07

 编译glibc-2.18时出现以下现象configure: error:  *** These critical programs are missing or too old: gawk *** Check the INSTALL file for required versions.apt-get install build-essential automake bison flex texinfo gawk g\+\+ .........【阅读全文】

阅读(15839) | 评论(0) | 转发(0)

发布时间:2014-04-09 22:50:51

做一个简单的铺垫,ncurses是字符终端下屏幕控制的基本库。可能很多新开发的程序已经不再使用。假如要编译一些老的程序,还是会经常碰到。解决这个问题可以通过下面的解决方法来搞定。打开一个终端输入下面这条语句按回车进行安装即可。apt-get install libncurses5-dev.........【阅读全文】

阅读(588) | 评论(0) | 转发(0)

发布时间:2014-04-09 22:49:32

Howto build toolchain for ARM using gcc 4.0Note: The following compilation was done on Fedora Core 4 Linux.Download the following files from their respective web sites:binutils-2.16.tar.bz2 wget -c ftp://ftp.gnu.org/gnu/binutils/binutils-2.16.tar.bz2gcc-4.0.2.tar.bz2 wget -c ftp://ftp.gn.........【阅读全文】

阅读(473) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

ohaiwu2009-05-10 23:57

你好,我最近在做webcam_server的移植,发现webcam.html采集不了视频,请问你修改了什么吗?

回复  |  举报
留言热议
请登录后留言。

登录 注册