现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which sh` 提示/bin/sh -> dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo ...
一 编译报错 external yaffs yaffs yaffs tagsvalidity.h: : : warning: redundant redeclaration of yaffs InitialiseTags Wredundant decls external yaffs yaffs yaffs guts.h: : : note: previous declaration of yaf ...
2012-09-06 11:00 0 3657 推荐指数:
现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l `which sh` 提示/bin/sh -> dash 这说明是用dash来进行解析的。 改回方法: 命令行执行:sudo ...
一 下载gcc-arm-none-eabi-4_9 安装成功后上报错误: ./gcc-arm-none-linux-gnueabi-gcc: No such file or directory 网上查资料,发现该问题的原因是ubuntu的系统是64位的,而编译器是需要编译32位 ...
1. ubuntu System program problem detected本人操作系统是ubuntu12.04,不知道是系统出了问题还是装的软件有问题,每次开机都出现:System program problem detected 我初步感觉是显卡驱动的问题。 看着很心烦,关闭方法 ...
============问题描述============ 最近在ubuntu12.04 编译android4.2源码时遇到一个编译错误,错误如下: host C++: libhost <= build/libs/host/pseudolocalize.cpp gcc: fatal ...
Linux安装软件有多种方式,有命令行的,也有从官网下载源码,然后编译安装的。昨晚,我尝试从tree官网上下载源码,然后解压,进入解压后的文件夹中,可以看到一个README和一个INSTALL的文件,这两个文件有介绍如何编译安装tree。方法很简单,先make进行编译,然后make install ...
1.编译前的准备工作 请确认以下包的版本是否OK: 1.1 gcc4.4,而不是gcc4.6,如果是4.6,需要安装gcc4.4,命令如下: sudo apt-get install gcc-4.4 sudo apt-get install g++-4.4 ...
ubuntu 12.04现在gcc编译器版本号为4.6.3,交叉编译ffmpeg的时候需要gcc 4.7.2 升级方案参考 http://www.maykiller.com/2012/ubuntu-install-gcc-4-7-with-set-default/ 1. 加入gcc源 ...
这两天都困在这个问题上。 感谢:http://blog.chinaunix.net/uid-26748719-id-3780062.html 原因:显卡没驱动起来 解决方法: sudo apt-get install fglrx //linux下安装ati显卡驱动的命令 sudo ...