<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[开发板上不能运行应用程序提示not found]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1694661840647-%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E5%87%BA%E9%94%99-resized.png" alt="应用程序出错.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">这个看网上说是缺少库，在虚拟机下执行readelf -l demo, 提示require libc.so.6和libm.so.6，<br />
我尝试从虚拟机的arm-linux-gnueabi的库里复制到rootfs的lib中，没有解决。</p>
<p dir="auto">希望路过的大师们能指点迷津，感谢！</p>
]]></description><link>https://bbs.aw-ol.com/topic/4252/开发板上不能运行应用程序提示not-found</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 20:17:20 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/4252.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Sep 2023 03:25:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 开发板上不能运行应用程序提示not found on Thu, 14 Sep 2023 03:44:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1867">@ddrddr</a> 你的demo1是什么程序，有交叉编译吗</p>
]]></description><link>https://bbs.aw-ol.com/post/18707</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/18707</guid><dc:creator><![CDATA[J_Biao]]></dc:creator><pubDate>Thu, 14 Sep 2023 03:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to 开发板上不能运行应用程序提示not found on Thu, 14 Sep 2023 03:33:10 GMT]]></title><description><![CDATA[<p dir="auto">我也遇到相同的问题，尝试以下方法</p>
<ol>
<li>objdump -x 文件 | grep NEEDED<br />
2.在开发板环境输入env查看环境变量<br />
3、把你需要的库复制到开发板提示库文件的位置<br />
4、把你复制的文件全部添加可执行的权限，<br />
应该可以解决你的问题</li>
</ol>
]]></description><link>https://bbs.aw-ol.com/post/18705</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/18705</guid><dc:creator><![CDATA[bayche]]></dc:creator><pubDate>Thu, 14 Sep 2023 03:33:10 GMT</pubDate></item></channel></rss>