2012年3月2日

busybox mount.c:(.text+0x42c): undefined reference to `del_loop'

摘要: 在编译busybox-1.1.3时,选中Build BusyBox as a static binary(no shared libs)时, 会出现如下问题:/home/wang/bak/source/arm-linux-2.6/target/busybox-1.1.3/util-linux/util-linux.a(mount.o): In function `singlemount':mount.c:(.text+0x42c): undefined reference to `del_loop'collect2: ld returned 1 exit statusmake[ 阅读全文

posted @ 2012-03-02 11:56 千兵卫博士 阅读(782) 评论(0) 推荐(0)

busybox asm/page.h: No such find.

摘要: 在用4.4.3交叉编译busybox 1.1.0 时候 出现一个错误/home/bsec/busybox-1.1.0/libbb/procps.c:15:22: error: asm/page.h: No such find.经过多方查找是由于编译的时候发现系统中没有asm/page.h这个文件,这是因为所用的内核版本过高,头文件中已经把这个文件去掉了,新建一个page.h,放到/home/bsec/busybox-1.1.0/libbb/下,并且把procps.c里的<sm/page.h>改成“page.h”,一切OK我从网上下了一个低版本的内核,从中找到了page.h文件,现把 阅读全文

posted @ 2012-03-02 10:13 千兵卫博士 阅读(2114) 评论(0) 推荐(0)

导航