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

2014年(7)

2007年(5)

我的朋友

发布时间:2014-03-20 22:57:34

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

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

发布时间:2014-03-20 22:55:22

2014-03-20 21:39 11人阅读 评论(0) 收藏 编辑 删除 GCC now requires the GMP, MPFR and MPC packages. As these packages may not be included in your host distribution, they will be built with GCC. Unpack each package into the GCC source directory and rename the resulting directories so the GCC .........【阅读全文】

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

发布时间:2014-03-20 22:53:05

编译linux内核时出现如下现象/usr/arm-linux/linux/arch/x86/include/asm/ptrace.h:146:13: note: previous declaration of 'syscall_trace_leave' was heremake[2]: *** [arch/x86/kernel/ptrace.o] Error 1make[1]: *** [arch/x86/kernel] Error 2make: *** [arch/x86] Error 2解决方法Patch--- linux-2..........【阅读全文】

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

ohaiwu2009-05-10 23:57

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

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

登录 注册