<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>buildroot &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/buildroot/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Thu, 23 Jul 2009 09:24:46 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>BuildRoot Compile 的問題</title>
		<link>https://richliu.com/2009/07/23/787/buildroot-compile-%e7%9a%84%e5%95%8f%e9%a1%8c/</link>
					<comments>https://richliu.com/2009/07/23/787/buildroot-compile-%e7%9a%84%e5%95%8f%e9%a1%8c/#comments</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:24:46 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[buildroot]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[uclibc]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=787</guid>

					<description><![CDATA[<p>最近在編 Buildroot 碰到這樣的 compile error. extra/scripts/unifd [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2009/07/23/787/buildroot-compile-%e7%9a%84%e5%95%8f%e9%a1%8c/">BuildRoot Compile 的問題</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>最近在編 Buildroot 碰到這樣的 compile error.</p>
<blockquote><p>extra/scripts/unifdef.c:209: error: conflicting types for &#8216;getline&#8217;<br />
/usr/include/stdio.h:651: error: previous declaration of &#8216;getline&#8217; was here<br />
make[1]: *** [extra/scripts/unifdef] Error 1<br />
make[1]: Leaving directory `/home2/richliu/1/buildroot-2009.05/toolchain_build_arm/uClibc-0.9.30.1&#8242;<br />
make: *** [/home2/richliu/1/buildroot-2009.05/toolchain_build_arm/uClibc-0.9.30.1/.configured] Error 2</p></blockquote>
<p>主因是 glibc 新版內, getline 是一個內建 function, 如果程式內也有用到, compile 就會出問題</p>
<p>這邊有 <a href="http://linux.derkeiler.com/Mailing-Lists/Kernel/2009-03/msg04460.html" target="_blank" rel="noopener">Patch File </a>.</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2009/07/23/787/buildroot-compile-%e7%9a%84%e5%95%8f%e9%a1%8c/">BuildRoot Compile 的問題</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2009/07/23/787/buildroot-compile-%e7%9a%84%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
