<?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: Cross-Compiling for Ubuntu ARM by ffmpeg Example</title>
	<atom:link href="https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/</link>
	<description>Log Around The Clock</description>
	<lastBuildDate>Fri, 14 May 2021 00:48:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anandhakrishnan R</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-765</link>
		<dc:creator>Anandhakrishnan R</dc:creator>
		<pubDate>Tue, 15 Oct 2013 08:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-765</guid>
		<description><![CDATA[Hello arif,
Thanks for your attention on my question. 

Do I have to include the following locations in make file while linking the object files as you have mentioned in your previous comment.,

/usr/arm-linux-gnueabi/lib/libstdc++.so.6
/usr/arm-linux-gnueabi/lib/libstdc++.so.6.0.16
/usr/share/doc/libstdc++6-armel-cross

I am looking forward to your comment to resolve the linking problem.

Thank you,]]></description>
		<content:encoded><![CDATA[<p>Hello arif,<br />
Thanks for your attention on my question. </p>
<p>Do I have to include the following locations in make file while linking the object files as you have mentioned in your previous comment.,</p>
<p>/usr/arm-linux-gnueabi/lib/libstdc++.so.6<br />
/usr/arm-linux-gnueabi/lib/libstdc++.so.6.0.16<br />
/usr/share/doc/libstdc++6-armel-cross</p>
<p>I am looking forward to your comment to resolve the linking problem.</p>
<p>Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-764</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Sat, 12 Oct 2013 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-764</guid>
		<description><![CDATA[Hi,
I can&#039;t help you with the exact case reproduction but I think it is still a similar issue as my &lt;a href=&quot;http://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-743&quot; rel=&quot;nofollow&quot;&gt;previous comment&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I can&#8217;t help you with the exact case reproduction but I think it is still a similar issue as my <a href="http://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-743" rel="nofollow">previous comment</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anandhakrishnan R</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-763</link>
		<dc:creator>Anandhakrishnan R</dc:creator>
		<pubDate>Fri, 11 Oct 2013 11:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-763</guid>
		<description><![CDATA[Hi,
I am getting the following error while linking the codes, Kindly give me a suggestion to resolve this linker error.,
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lasound
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstapp-0.10
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstbase-0.10
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstreamer-0.10
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgobject-2.0
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgmodule-2.0
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgthread-2.0
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lxml2
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lglib-2.0
collect2: ld returned 1 exit status
make: *** [avbd] Error 1]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am getting the following error while linking the codes, Kindly give me a suggestion to resolve this linker error.,<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lasound<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstapp-0.10<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstbase-0.10<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgstreamer-0.10<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgobject-2.0<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgmodule-2.0<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgthread-2.0<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lxml2<br />
/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: cannot find -lglib-2.0<br />
collect2: ld returned 1 exit status<br />
make: *** [avbd] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif Kusbandono</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-753</link>
		<dc:creator>Arif Kusbandono</dc:creator>
		<pubDate>Tue, 21 May 2013 03:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-753</guid>
		<description><![CDATA[Test]]></description>
		<content:encoded><![CDATA[<p>Test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-743</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Wed, 15 May 2013 07:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-743</guid>
		<description><![CDATA[As you can see from my example the linker &lt;code&gt;ld&lt;/code&gt; cannot find some Theora libraries needed:
&lt;pre&gt;
/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../arm-linux-gnueabi/bin/ld: cannot find -ltheoraenc
&lt;/pre&gt;

What I do is copy:
&lt;pre&gt;
libtheoraenc.a
libtheoraenc.la
libtheoraenc.so
&lt;/pre&gt;

into &lt;code&gt;/usr/local/cross-compile/usr/lib&lt;/code&gt; where the linker will look for those.

In your case, I think what&#039;s missing according to the linker is what&#039;s listed here &lt;a href=&quot;http://packages.ubuntu.com/precise/all/libstdc++6-armel-cross/filelist&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.ubuntu.com/precise/all/libstdc++6-armel-cross/filelist&lt;/a&gt;:

&lt;code&gt;/usr/arm-linux-gnueabi/lib/libstdc++.so.6
/usr/arm-linux-gnueabi/lib/libstdc++.so.6.0.16
&lt;/code&gt;

I used 4.6.1 for the &lt;code&gt;toolchain&lt;/code&gt; by the way, it is weird the way that it missed out &lt;code&gt;libstdc++&lt;/code&gt;: a standard in compiling.]]></description>
		<content:encoded><![CDATA[<p>As you can see from my example the linker <code>ld</code> cannot find some Theora libraries needed:</p>
<pre>
/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../arm-linux-gnueabi/bin/ld: cannot find -ltheoraenc
</pre>
<p>What I do is copy:</p>
<pre>
libtheoraenc.a
libtheoraenc.la
libtheoraenc.so
</pre>
<p>into <code>/usr/local/cross-compile/usr/lib</code> where the linker will look for those.</p>
<p>In your case, I think what&#8217;s missing according to the linker is what&#8217;s listed here <a href="http://packages.ubuntu.com/precise/all/libstdc++6-armel-cross/filelist" target="_blank" rel="nofollow">http://packages.ubuntu.com/precise/all/libstdc++6-armel-cross/filelist</a>:</p>
<p><code>/usr/arm-linux-gnueabi/lib/libstdc++.so.6<br />
/usr/arm-linux-gnueabi/lib/libstdc++.so.6.0.16<br />
</code></p>
<p>I used 4.6.1 for the <code>toolchain</code> by the way, it is weird the way that it missed out <code>libstdc++</code>: a standard in compiling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-738</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 13 May 2013 13:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-738</guid>
		<description><![CDATA[Can you help me about this error:

/usr/lib/gcc/arm-linux-gnueabi/4.4.5/../../../../arm-linux-gnueabi/bin/ld: cannot find -lstdc++
??]]></description>
		<content:encoded><![CDATA[<p>Can you help me about this error:</p>
<p>/usr/lib/gcc/arm-linux-gnueabi/4.4.5/../../../../arm-linux-gnueabi/bin/ld: cannot find -lstdc++<br />
??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-736</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Mon, 13 May 2013 12:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-736</guid>
		<description><![CDATA[If processing time doesn&#039;t bother you, you can compile inside the Beagle Board itself. If the board runs Ubuntu ARM, install &lt;code&gt;build-essential&lt;/code&gt; from the repo and you&#039;re good to go the same as compiling on the desktop. I haven&#039;t try &lt;code&gt;libavg&lt;/code&gt; so I don&#039;t know how long it would take compiling directly on the board.

Will tell you when I had the chance.]]></description>
		<content:encoded><![CDATA[<p>If processing time doesn&#8217;t bother you, you can compile inside the Beagle Board itself. If the board runs Ubuntu ARM, install <code>build-essential</code> from the repo and you&#8217;re good to go the same as compiling on the desktop. I haven&#8217;t try <code>libavg</code> so I don&#8217;t know how long it would take compiling directly on the board.</p>
<p>Will tell you when I had the chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://lakm.us/logit/2012/11/cross-compiling-ubuntu-arm-ffmpeg/comment-page-1/#comment-733</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 13 May 2013 10:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://lakm.us/logit/?p=409#comment-733</guid>
		<description><![CDATA[Hello, 
I need to cross-compile the libavg-1.7.0 for Ebv beagle board 

can you help me]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I need to cross-compile the libavg-1.7.0 for Ebv beagle board </p>
<p>can you help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
