<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: 在64位的环境下编译32位的应用程序</title> <atom:link href="http://blog.yening.cn/2006/11/01/188.html/feed" rel="self" type="application/rss+xml" /><link>http://blog.yening.cn/2006/11/01/188.html</link> <description>红尘滚滚，痴痴情深，何不潇洒走一会?</description> <lastBuildDate>Mon, 30 Jan 2012 07:23:30 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Onion</title><link>http://blog.yening.cn/2006/11/01/188.html/comment-page-1#comment-21791</link> <dc:creator>Onion</dc:creator> <pubDate>Wed, 24 Jan 2007 09:20:03 +0000</pubDate> <guid
isPermaLink="false">http://blog.yening.cn/2006/11/01/188.html#comment-21791</guid> <description>linux32 是一个设置环境变量 CHOST 的命令.可用 export CHOST=&quot;i686-pc-linux-gnu&quot; 代替</description> <content:encoded><![CDATA[<p>linux32 是一个设置环境变量 CHOST 的命令.可用 export CHOST=&#8221;i686-pc-linux-gnu&#8221; 代替</p> ]]></content:encoded> </item> <item><title>By: menglige</title><link>http://blog.yening.cn/2006/11/01/188.html/comment-page-1#comment-21480</link> <dc:creator>menglige</dc:creator> <pubDate>Tue, 23 Jan 2007 02:08:45 +0000</pubDate> <guid
isPermaLink="false">http://blog.yening.cn/2006/11/01/188.html#comment-21480</guid> <description>1) 最关键的东西是需要告知gcc编译器编译的平台是 i386,CFLAGS 必须添加 -m32 参数. [关于gcc编译参数的官方文档]
2) 用 linux32 命令在configure改一下CHOST,设置一下编译环境
linux32 命令使用前后区别
staff-1:~/src/lame-3.96.1# ./configure
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
staff-1:~/src/lame-3.96.1# linux32 ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
这段没看懂，
第2点怎么设置的能说具体点吗？？谢谢。</description> <content:encoded><![CDATA[<p>1) 最关键的东西是需要告知gcc编译器编译的平台是 i386,CFLAGS 必须添加 -m32 参数. [关于gcc编译参数的官方文档]</p><p>2) 用 linux32 命令在configure改一下CHOST,设置一下编译环境</p><p>linux32 命令使用前后区别</p><p>staff-1:~/src/lame-3.96.1# ./configure<br
/> checking build system type… x86_64-unknown-linux-gnu<br
/> checking host system type… x86_64-unknown-linux-gnu</p><p>staff-1:~/src/lame-3.96.1# linux32 ./configure<br
/> checking build system type… i686-pc-linux-gnu<br
/> checking host system type… i686-pc-linux-gnu</p><p>这段没看懂，<br
/> 第2点怎么设置的能说具体点吗？？谢谢。</p> ]]></content:encoded> </item> </channel> </rss>
