make u-boot error: parse error before
摘要:when i make the u-boot,use this cmd: [root@localhost u-boot-1.1.3]# make CROSS_COMPILE=armv4l-unknown-linux- it shows many error,the info like this: ...... eth.c > .depend make[1]: Leaving directory `...
阅读全文
《ARM嵌入式Linux系统开发从入门到精通》学习笔记 (1)
摘要:P39 ../binutils-2.15/configure --target=$TARGET --prefix=$PREFIX 运行出错: solar@solar-linus:~/armlinux/build-tools/build-binutils$ ../binutils-2.15/configure --target=$TARGET --prefix=$PREFIX creating c...
阅读全文
ubuntu 7.10 源设置
摘要:Ubuntu 7.10的源设置 1、修改为国内源 我这里Ubuntu 7.10使用 cn99 的源比较快,使用哪个根据自己实际情况决定。 我这里只列出了使用得比较多的 lupaworld 源和 cn99 源。 在“应用程序-附件-终端”里输入: 代碼: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo gedit /...
阅读全文
Install Chinese Input Methods for Ubuntu 7.10 (Gutsy Gibbon)
摘要:This article comes from http://hellobmw.com/archives/install-chinese-input-methods-for-ubuntu-704-feisty-fawn.html Thanks for the article! 如何为Ubuntu 7.10 (Gutsy Gibbon) 安装中文输入法。(这篇文章的标题之所以用英文写,是为了方...
阅读全文
ubuntu su -s root Authentication failure
摘要:If you got the message like this: $ su - root Password: su: Authentication failure Sorry. Then you can input the command: sudo passwd root open the root user and input the passwd: $ sudo passwd r...
阅读全文
EVA QQ安装手册
摘要:已经安装Fedora好几天了,QQ一直没装上,在网上找了好长时间,找到一篇似乎可行的,先转来,回去再慢慢研究。以后也慢慢将各种windows下的常用工具换到linux的对应工具上了 这里推荐几个好的网站 http://www.ubuntu.org.cn的widi http://www.linuxfans.org 都可以查阅到很多应用方面的资料 Ubuntu Lin...
阅读全文