出没于杭州和青岛的程序猿一枚,对内核略懂一二
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Why IO bound process increase cpu load | 4878 | 0 | 0 | 2013-01-11 | |
Linux内核bridge浅析 | 5347 | 0 | 0 | 2012-11-19 | |
【推荐】 linux 下udp打洞原理分析 | 10946 | 0 | 20 | 2012-10-16 | |
TCP connect EADDRNOTAVAIL(99)错误原因分析 | 18801 | 2 | 0 | 2012-10-12 | |
Linux Kernel Netfilter Helper 分析 | 3789 | 0 | 2 | 2012-09-29 | |
linux抢占发生时间点 | 5013 | 2 | 2 | 2012-09-28 | |
SUSE 11 下的一个DOS实现分析 | 3199 | 0 | 1 | 2012-09-01 | |
Linux中断研究 | 9794 | 3 | 22 | 2011-11-19 | |
进程切换 | 3632 | 0 | 4 | 2009-04-08 | |
linux softirq机制 | 7425 | 0 | 2 | 2009-02-25 | |
中断上下文和进程上下文的区别 | 4454 | 0 | 7 | 2009-02-24 | |
linux中断不能睡眠的原因 | 4964 | 0 | 12 | 2009-02-24 |
hezhaoaqiang2012-11-12 14:38
hezhaoaqiang2012-11-09 11:10
可以请教你一个问题吗?关于arm的交叉编译。我是按照:http://blog.chinaunix.net/uid-27003388-id-3276139.html 去做的,但是走到 四、建立初始编译器(bootstrap gcc)下面的make install 它提示如下:
make[3]: 正在进入目录 `/home/hz/cross_compile/build-tools/build-boot-gcc/libiberty/testsuite'
make[3]: 没有什么可以做的为 `install'。
make[3]:正在离开目录 `/home/hz/cross_compile/build-tools/build-boot-gcc/libiberty/testsuite'
make[2]:正在离开目录 `/home/hz/cross_compile/build-tools/build-boot-gcc/libiberty'
make[2]: 正在进入目录 `/home/hz/cross_compile/build-tools/build-boot-gcc/arm-none-linux-gnueabi/libgcc'
make[2]: *** 没有规则可以创建目标“install”。 停止。
make[2]:正在离开目录 `/home/hz/cross_compile/build-tools/build-boot-gcc/arm-none-linux-gnueabi/libgcc'
make[1]: *** [install-target-libgcc] 错误 2
make[1]:正在离开目录 `/home/hz/cross_compile/build-tools/build-boot-gcc'
make: *** [install] 错误 2
同时,我回头去检查都是按照步骤来的,但是在其他网页上看到有这么一句话:
确保本机已经安装了GMP,MPFR,MPC, 如果没有,则在YAST里面安装好,再往后走。 但是我下载了他们并安装了,结果还是一样的,不知道您有什么高见,或者您做过,给小弟传点经验吧,先谢谢了~~