<?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: Using Poky SDK to build software</title> <atom:link href="http://marcin.juszkiewicz.com.pl/2008/07/17/using-poky-sdk-to-build-software/feed/" rel="self" type="application/rss+xml" /><link>http://marcin.juszkiewicz.com.pl/2008/07/17/using-poky-sdk-to-build-software/</link> <description>Embedded Linux development</description> <lastBuildDate>Tue, 31 Jan 2012 13:33:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Marcin Juszkiewicz / 2008 Timeline</title><link>http://marcin.juszkiewicz.com.pl/2008/07/17/using-poky-sdk-to-build-software/#comment-14870</link> <dc:creator>Marcin Juszkiewicz / 2008 Timeline</dc:creator> <pubDate>Mon, 29 Dec 2008 11:34:42 +0000</pubDate> <guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=488#comment-14870</guid> <description>&lt;p&gt;[...] Wrote a bit about using Poky SDK to build software &#8212; this apply also to any OpenEmbedded based SDK of course. [...]&lt;/p&gt; </description> <content:encoded><![CDATA[<p>[...] Wrote a bit about using Poky SDK to build software &#8212; this apply also to any OpenEmbedded based SDK of course. [...]</p>]]></content:encoded> </item> <item><title>By: prashant p sathe</title><link>http://marcin.juszkiewicz.com.pl/2008/07/17/using-poky-sdk-to-build-software/#comment-14325</link> <dc:creator>prashant p sathe</dc:creator> <pubDate>Wed, 08 Oct 2008 09:39:27 +0000</pubDate> <guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=488#comment-14325</guid> <description>&lt;p&gt;Sir
i am developing gtk based one application in anjuta for poky.I developed one application also, it build well as i follow the poky handbook. but problem arises when iam going to deploy my application in qemu ,following are the o/p i am getting of message box
/////////////////////////////////////////////////////////
Making install in src
make[1]: Entering directory &lt;code&gt;/home/sprashant/GTK/TESTING /src&#039;
make[2]: Entering directory&lt;/code&gt;/home/sprashant/GTK/TESTING /src&#039;
test -z &quot;/usr/local/bin&quot; &#124;&#124; /bin/mkdir -p &quot;/home/sprashant/GTK/TESTING/usr/local/bin&quot;
/bin/sh ../libtool   --mode=install /usr/bin/install -c &#039;test1&#039; &#039;/home/sprashant/GTK/TESTING/usr/local/bin/test1&#039;
/usr/bin/install -c test1 /home/sprashant/GTK/TESTING/usr/local/bin/test1
test -z &quot;/usr/local/share/test1/glade&quot; &#124;&#124; /bin/mkdir -p &quot;/home/sprashant/GTK/TESTING/usr/local/share/test1/glade&quot;
/usr/bin/install -c -m 644 &#039;test1.glade&#039; &#039;/home/sprashant/GTK/TESTING/usr/local/share/test1/glade/test1.glade&#039;
/home/sprashant/GTK/TESTING: /home/sprashant/GTK/TESTING: is a directory
make[1]: *** [install-data-yes] Error 126
make: *** [install-recursive] Error 1
make[2]: Leaving directory &lt;code&gt;/home/sprashant/GTK/TESTING /src&#039;
make[1]: Leaving directory&lt;/code&gt;/home/sprashant/GTK/TESTING /src&#039;
Making install in po
make[1]: Entering directory &lt;code&gt;/home/sprashant/GTK/TESTING /po&#039;
/bin/sh /home/sprashant/GTK/TESTING /install-sh -d /home/sprashant/GTK/TESTING/usr/local/share/locale
make[1]: Leaving directory&lt;/code&gt;/home/sprashant/GTK/TESTING /po&#039;
Error during deployment
/////////////////////////////////////////////
i think this is due to permission error but i am not quit sure about this. and if yes, this is the case then how do i solve this problem?
i am on the ubuntu hardy
need help.&lt;/p&gt;&lt;p&gt;thank you
prashant p sathe&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Sir
i am developing gtk based one application in anjuta for poky.I developed one application also, it build well as i follow the poky handbook. but problem arises when iam going to deploy my application in qemu ,following are the o/p i am getting of message box
/////////////////////////////////////////////////////////
Making install in src
make[1]: Entering directory <code>/home/sprashant/GTK/TESTING /src'
make[2]: Entering directory</code>/home/sprashant/GTK/TESTING /src&#8217;
test -z &#8220;/usr/local/bin&#8221; || /bin/mkdir -p &#8220;/home/sprashant/GTK/TESTING/usr/local/bin&#8221;
/bin/sh ../libtool   &#8211;mode=install /usr/bin/install -c &#8216;test1&#8242; &#8216;/home/sprashant/GTK/TESTING/usr/local/bin/test1&#8242;
/usr/bin/install -c test1 /home/sprashant/GTK/TESTING/usr/local/bin/test1
test -z &#8220;/usr/local/share/test1/glade&#8221; || /bin/mkdir -p &#8220;/home/sprashant/GTK/TESTING/usr/local/share/test1/glade&#8221;
/usr/bin/install -c -m 644 &#8216;test1.glade&#8217; &#8216;/home/sprashant/GTK/TESTING/usr/local/share/test1/glade/test1.glade&#8217;
/home/sprashant/GTK/TESTING: /home/sprashant/GTK/TESTING: is a directory
make[1]: *** [install-data-yes] Error 126
make: *** [install-recursive] Error 1
make[2]: Leaving directory <code>/home/sprashant/GTK/TESTING /src'
make[1]: Leaving directory</code>/home/sprashant/GTK/TESTING /src&#8217;
Making install in po
make[1]: Entering directory <code>/home/sprashant/GTK/TESTING /po'
/bin/sh /home/sprashant/GTK/TESTING /install-sh -d /home/sprashant/GTK/TESTING/usr/local/share/locale
make[1]: Leaving directory</code>/home/sprashant/GTK/TESTING /po&#8217;
Error during deployment
/////////////////////////////////////////////
i think this is due to permission error but i am not quit sure about this. and if yes, this is the case then how do i solve this problem?
i am on the ubuntu hardy
need help.</p><p>thank you
prashant p sathe</p>]]></content:encoded> </item> <item><title>By: koen</title><link>http://marcin.juszkiewicz.com.pl/2008/07/17/using-poky-sdk-to-build-software/#comment-10720</link> <dc:creator>koen</dc:creator> <pubDate>Thu, 17 Jul 2008 14:41:36 +0000</pubDate> <guid
isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=488#comment-10720</guid> <description>&lt;p&gt;Installing target things into the toolchain works great, but adding host-side packages (e.g. qmake2 or uicmoc4) runs into a nasty problem with the offline root setting:&lt;/p&gt;&lt;p&gt;/usr/local/angstrom/arm/usr/local/angstrom/arm/bin/qmake2&lt;/p&gt;&lt;p&gt;So for now people will have to include the host tool they want to the sdk recipe, or manually remove the double path. The whole things is a bit insidious and both Richard and I don&#039;t have an idea &lt;em&gt;where&lt;/em&gt; the path should get fixed.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Installing target things into the toolchain works great, but adding host-side packages (e.g. qmake2 or uicmoc4) runs into a nasty problem with the offline root setting:</p><p>/usr/local/angstrom/arm/usr/local/angstrom/arm/bin/qmake2</p><p>So for now people will have to include the host tool they want to the sdk recipe, or manually remove the double path. The whole things is a bit insidious and both Richard and I don&#8217;t have an idea <em>where</em> the path should get fixed.</p>]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching using disk: basic
Object Caching 282/310 objects using disk: basic

Served from: marcin.juszkiewicz.com.pl @ 2012-02-09 15:47:54 -->
