<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[SUN版本编译OPENWRT失败]]></title>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830]]></link>
 <description><![CDATA[Latest 20 replies of SUN版本编译OPENWRT失败]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 03:24:51 +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[[quote]引用第7楼huhu2207于2013-02-02 19:39发表的&nbsp;&nbsp;:
好主意，过两天就有空了~[s:2]&#160;等着~俺会来的~~
[/quote]

嗯，多写点自己搞的东西。。。
lintel实习后，终于不是我一个人在战斗了~~[s:8]]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#222104]]></link>
 <author><![CDATA[neechard]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Mon, 04 Feb 2013 01:45:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 9楼(ppbread) 的帖子]]></title>
 <description><![CDATA[如果要编译filebrower，必须先选定qtopia或者opie，make编译完成他们之后，再make menuconfig选择filebrower，konq之类的qt应用软件。

我的feeds/qpe定义成这个样子的，所以你吧filebrower和qtopia一起选定编译肯定会出错的 [s:2]]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#222101]]></link>
 <author><![CDATA[neechard]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Mon, 04 Feb 2013 01:44:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 8楼(huhu2207) 的帖子]]></title>
 <description><![CDATA[rm -f /media/new2/openwrtdreambox/sun/staging_dir/target-arm_v7-a_eglibc-2.8_eabi/stamp/.qpe-build_installed
make[4]: Leaving directory `/media/new2/openwrtdreambox/sun/feeds/qpe/qpe-build&#39;
rm -rf /media/new2/openwrtdreambox/sun/tmp/stage-qpe-build
mkdir -p /media/new2/openwrtdreambox/sun/tmp/ ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221996]]></link>
 <author><![CDATA[ppbread]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Sat, 02 Feb 2013 18:03:10 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[Re:回 4楼(neechard) 的帖子]]></title>
 <description><![CDATA[[quote]引用第6楼ppbread于2013-02-02 05:33发表的 回 4楼(neechard) 的帖子 :
In file included from filebrowser.cpp:21:
inlineedit.h:23:23: error: qlineedit.h: No such file or directory
In file included from filebrowser.cpp:22:
filebrowser.h:23:23: error: qlistview.h: No such file or directory
filebro ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221966]]></link>
 <author><![CDATA[huhu2207]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Sat, 02 Feb 2013 11:40:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第5楼neechard于2013-02-01 08:35发表的&nbsp;&nbsp;:


有没有时间写wiki啊，可以把用过的东西写一写啊
[/quote]好主意，过两天就有空了~[s:2]&#160;等着~俺会来的~~]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221965]]></link>
 <author><![CDATA[huhu2207]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Sat, 02 Feb 2013 11:39:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 4楼(neechard) 的帖子]]></title>
 <description><![CDATA[In file included from filebrowser.cpp:21:
inlineedit.h:23:23: error: qlineedit.h: No such file or directory
In file included from filebrowser.cpp:22:
filebrowser.h:23:23: error: qlistview.h: No such file or directory
filebrowser.h:24:25: error: qmainwindow.h: No such file or directory
filebrowser. ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221909]]></link>
 <author><![CDATA[ppbread]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Fri, 01 Feb 2013 21:33:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第3楼huhu2207于2013-02-01 06:52发表的&nbsp;&nbsp;:
备份一下menuconfig配置文件，然后make distclean，然后./scripts/feeds update -a &amp;&amp; ./scripts/feeds install -a，然后还原配置文件，再用make（不是make V=99）编译试试。一般没报错的情况下可以先用make
[/quote]

有没有时间写wiki啊，可以把 ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221823]]></link>
 <author><![CDATA[neechard]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Fri, 01 Feb 2013 00:35:08 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[Re:回 1楼(neechard) 的帖子]]></title>
 <description><![CDATA[[quote]引用第2楼ppbread于2013-02-01 03:54发表的 回 1楼(neechard) 的帖子 :
我是先svn sun之后 运行make menuconfig 然后 TARGET SYSTEM 选择 （S5PC1XX ）之后 GLOBAL BUILD SETTING&#160;&#160;里面选 select all packages by default&#160;&#160;然后运行 mak V=99 开始编译
编译过程中会出现要求重新选择的提示 N/ ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221822]]></link>
 <author><![CDATA[neechard]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Fri, 01 Feb 2013 00:32:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[备份一下menuconfig配置文件，然后make distclean，然后./scripts/feeds update -a &amp;&amp; ./scripts/feeds install -a，然后还原配置文件，再用make（不是make V=99）编译试试。一般没报错的情况下可以先用make]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221819]]></link>
 <author><![CDATA[huhu2207]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Thu, 31 Jan 2013 22:52:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 1楼(neechard) 的帖子]]></title>
 <description><![CDATA[我是先svn sun之后 运行make menuconfig 然后 TARGET SYSTEM 选择 （S5PC1XX ）之后 GLOBAL BUILD SETTING&nbsp;&nbsp;里面选 select all packages by default&nbsp;&nbsp;然后运行 mak V=99 开始编译
编译过程中会出现要求重新选择的提示 N/M/Y/?这类的 估计是要求重新配置内核 要是出现这样子如何避免 之前也试过不选 s ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221818]]></link>
 <author><![CDATA[ppbread]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Thu, 31 Jan 2013 19:54:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 楼主(ppbread) 的帖子]]></title>
 <description><![CDATA[你是不是make kernel_menuconfig重新配置内核了？]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=27830#221786]]></link>
 <author><![CDATA[neechard]]></author>
 <category><![CDATA[OpenWRT讨论区]]></category>
 <pubdate><![CDATA[Thu, 31 Jan 2013 13:24:25 +0000]]></pubdate>
</item>
</channel></rss>