09 2012 档案
摘要:插入内核模块时,遇到2.6.26之后内核的一个小bug(Bug 12446 - Unable to insmod module. Unknwon symbol) 这是linux kernel 2.6.26 之后版本的bug (详细描述, 请看http://bugzilla.kernel.org/show_bug.cgi?id=12446) 并且这个bug不会被fix 解决办...
阅读全文
摘要:今天在一台Centos5.4的主机上交叉编译某个MIPS64平台的ncurses-5.7的代码的时候,会在执行tic时挂死。 具体的打印信息如下:............cd misc && make DESTDIR="/home/xxxx/libraries" installmake[4]: Entering directory `/home/xxxx/ncurses-5.7/misc'DEST...
阅读全文
摘要:Initialized empty Git repository in /home/lphu/test/.git/ Can't locate SVN/Core.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-m...
阅读全文
摘要:在root设置sudoers配制文件 chmod +w /etc/sudoers vim /etc/sudoers 添加一行 username ALL=(ALL) ALL 其中username是你的用户名,保存 更改sudoers文件权限 chmod 0440 /etc/sudoers 退出root
阅读全文
摘要:需要指定INSTALL_MOD_PATH变量,以安装驱动模块到指定的位置INSTALL_MOD_PATH=/tmp/root-rootfs/ make modules_install但这样安装之后的目标路径中会多一个"kernel",原因还不知道。临时的办法是修改文件 scripts/Makefile.modinst中modinst_dir的赋值为modinst_dir = $(if $(KB...
阅读全文

浙公网安备 33010602011771号