摘要: Compile error /usr/src/linux-2.6.27-xen.hg/arch/x86/kernel/time_32-xen.c:469: undefined reference to `__udivdi3'make[1]: *** [.tmp_vmlinux1] Error 1make: *** [sub-make] Error 2compile xen kernel on PC... 阅读全文
posted @ 2009-04-14 11:06 雨纷飞 阅读(503) 评论(0) 推荐(0)
摘要: http://www.opvps.com/?p=180vgcreate leif /dev/sda5root@sysu-w-desktop:~# lvcreate -L 10G -nvm1_root leif Logical volume "vm1_root" createdroot@sysu-w-desktop:~# lvcreate -L 2G -nvm1_swap leif Logical ... 阅读全文
posted @ 2009-04-13 15:58 雨纷飞 阅读(528) 评论(0) 推荐(0)
摘要: Download XEN 3.3.1 and compile from source. An error occurred.make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 127You need to download mercurial http://www.selenic.com/mercurial/wiki/index.cgi/Bina... 阅读全文
posted @ 2009-04-07 10:08 雨纷飞 阅读(800) 评论(0) 推荐(0)
摘要: libipvs.h:14:23: error: net/ip_vs.h: No such file or directoryip_vs.h is in a different folder and LVS could not find it. Just make a link and it will be OK. root@sysu-w-desktop:~/software/ipvsadm-1.2... 阅读全文
posted @ 2009-03-12 16:25 雨纷飞 阅读(304) 评论(0) 推荐(0)
摘要: 1 an error during the compilation of binutils sudo apt-get install texinfo2 last time, following command gets a file not exist message, however, this time gets nothing. No news is good news, I hope.s... 阅读全文
posted @ 2008-12-20 19:22 雨纷飞 阅读(192) 评论(0) 推荐(0)
摘要: 1 rewrite source list file. /etc/apt/sources.list2 build a development environment sudo apt-get install build-essentialdeb http://cn.archive.ubuntu.com/ubuntu hardy main restricted universe multivers... 阅读全文
posted @ 2008-12-20 16:10 雨纷飞 阅读(183) 评论(0) 推荐(0)
摘要: 查看搜索路径ld --verbose | grep SEARCHSEARCH_DIR("/tools/i686-pc-linux-gnu/lib"); SEARCH_DIR("/tools/lib");1 修改binutils-build/ld Makefile。#LIB_PATH = /tools/libLIB_PATH = /tools/i686-pc-linux-gnu/lib:/tools... 阅读全文
posted @ 2008-12-16 22:06 雨纷飞 阅读(1428) 评论(0) 推荐(0)
摘要: make > makeresult 2>&1makeresult是要重定向到的文件名,这样可以把所有的输出到屏幕的信息输入到制定文件。 阅读全文
posted @ 2008-12-16 11:41 雨纷飞 阅读(388) 评论(0) 推荐(0)
摘要: glibc 编译错误。No rule to make target /media/lfs/sources/glibc-build/dlfcn/libdl.so, needed by /media/lfs/sources/glibc-build/malloc/libmemusage.so。#部分是dlfcn/Makefile libdl.so前面的注释。DT_NEEDED 信息表示应用程序使用的,但... 阅读全文
posted @ 2008-12-15 09:18 雨纷飞 阅读(1929) 评论(0) 推荐(0)
摘要: /bin/sh: cannot create ../sysdeps/gnu/errlist.c-tmp: Permission denied修改文件用户组 chown chown -R lfs\: glibc-2.8-20080929最上面的错误是这样引起的,解压缩文件的时候使用的是另外一个用户名,解压到了lfs的目录;当使用lfs用户名进行编译的时候,就出现了错误。 最合适的解决方法就是利用ch... 阅读全文
posted @ 2008-12-06 10:47 雨纷飞 阅读(291) 评论(0) 推荐(0)