<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[求助，mini2440编译busybox1.13.3问题]]></title>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986]]></link>
 <description><![CDATA[Latest 20 replies of 求助，mini2440编译busybox1.13.3问题]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 08:11:29 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://www.aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[真的学到不少东西啊]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#143599]]></link>
 <author><![CDATA[ewew9527]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 29 Dec 2011 15:50:20 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 34楼(lnxseed3) 的帖子]]></title>
 <description><![CDATA[thanks]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#137595]]></link>
 <author><![CDATA[m6bushnell]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Sat, 03 Dec 2011 07:04:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[arch/arm/Makefile&nbsp;&nbsp;arch-$(CONFIG_CPU_32v4T)&nbsp;&nbsp;&nbsp;&nbsp;:=-D__LINUX_ARM_ARCH__=4 -march=armv4t]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#137270]]></link>
 <author><![CDATA[lnxseed3]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 01 Dec 2011 16:59:20 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 28楼(qxq005) 的帖子]]></title>
 <description><![CDATA[新手问一个问题：
为什么在编译内核时，Makefile中ARCH ？=arm没有问题呢，既然没有指定使用的是armv4t，还是armv5的体系架构。。。]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#137084]]></link>
 <author><![CDATA[m6bushnell]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 01 Dec 2011 06:35:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[请教，编译器用对了还会出现这个吗？
Trying libraries: crypt m
Library crypt is needed, can&#39;t exclude it (yet)
Library m is needed, can&#39;t exclude it (yet)
Final link with: crypt m]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#98316]]></link>
 <author><![CDATA[kshongmo]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 29 Jun 2011 12:52:42 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这是我看到的最经典帖子。]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#46263]]></link>
 <author><![CDATA[wjn740]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 03 Nov 2010 01:08:18 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[通过阅读这个贴也了解不少啊！！！]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#15068]]></link>
 <author><![CDATA[lishiyong110]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 13 Jan 2010 03:53:26 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[请教下，是用的友善自己带的mkyaffs2image还是mkyaffs2image-128M？我只有用mkyaffs2image-128M去生成的IMG文件才能用，用自己编译的就是不行]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#10122]]></link>
 <author><![CDATA[kedechuan]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Fri, 18 Sep 2009 02:13:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[根据这个启发，出现问题
还有一种解决方法，在busybox的Makefile里面
将ARCH ?= $(SUBARCH)
修改为ARCH ?= armv4t
我看好多资料是将其修改为
ARCH ?= arm
这样是不行的
2440内核使用的是arm920t的内核
就是armv4t体系
修改了效果是一样的]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9905]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 06:14:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第26楼kasim于2009-09-14 12:46发表的&nbsp;&nbsp;:
恭喜，幸好不是所有的人都像楼主那么强会想到去做一个&quot;arm-linux-gcc&quot; [s:14]
[/quote]
[s:11]

呵呵~~~
谢谢斑竹一直帮忙分析原因~~]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9902]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 05:16:54 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[恭喜，幸好不是所有的人都像楼主那么强会想到去做一个&quot;arm-linux-gcc&quot; [s:14]]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9900]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 04:46:22 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[因为编译器使用的版本比较多 所以我编译的时候基本上使用绝对路径 没有设置环境变量&nbsp;&nbsp;这也导致了问题的隐蔽~~]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9897]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 03:53:54 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢版主 我终于找到原因了 
是我自己擅自修改编译器下面的那个/bin/arm-linux-gcc这个脚本文件的原因 因为安装完成编译器以后 我直接执行 arm-linux-gccc -v 出现错误，我就以为这个文件有问题，直接自己做了个指向 arm-none-linux-gnueabi-gcc的软连接，其实打开这个脚本看看
exec arm-none-linux-gnueabi-gcc -march=a ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9896]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 03:51:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[你编译的busybox是EABI的，这没有问题，但从反汇编的比较看，我觉得似乎不是友善之臂提供的4.3.2的编译器编译出来的，和光盘上的busybox二进制档有一些细小的差别，但我不能肯定这些差别会引起&quot;Illegal instruction&quot;.
为了确保你用正确的编译器，可以在make的时候在命令行上加上&quot;CROSS_COMPILE=/usr/local ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9891]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 03:21:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[启动日志log
Supervivi&gt; boot
Copy linux kernel from 0x00050000 to 0x30008000, size = 0x00200000 ... done
zImage magic = 0x016f2818
Setup linux parameters at 0x30000100
linux command line is: &quot;console=ttySAC0 root=/dev/nfs nfsroot=172.20.223.151:/home/xueqing/root_test init=/linuxrc ip=172.2 ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9876]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 01:49:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[root@FriendlyARM /]# ./busybox_my 
BusyBox v1.13.3 (2009-09-11 13:27:33 CST) multi-call binary
Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
&nbsp;&nbsp; or: f ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9875]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Mon, 14 Sep 2009 01:47:30 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[好消息，你的busybox本身是没有问题的，可以运行，至少是在我的mini2440上:). 这是运行的结果:

root@mini2440:~# ./busybox_my&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9812]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Sat, 12 Sep 2009 02:09:53 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我猜 是不是跟PC端gcc有关啊？？
我的gcc版本时4.1.1]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9811]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Sat, 12 Sep 2009 00:45:23 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[busybox: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped
权限设置为777了~]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9801]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Fri, 11 Sep 2009 09:33:00 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[使用file命令看看你的busybox是什么格式的？结果贴上来看看了。
或者，是不是你的busybox权限不够啊]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=2986#9800]]></link>
 <author><![CDATA[26672624]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Fri, 11 Sep 2009 09:20:56 +0000]]></pubdate>
</item>
</channel></rss>