<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all</p>
<p><br>
</p>
<p></p>
<div>I have setup a cross compilation environment based on</div>
<div>http://redmine.named-data.net/projects/ndn-embedded/wiki/Cross-compiling_NDN_projects_for_Raspberry_Pi</div>
<div>and crosstool-ng</div>
<div><br>
</div>
<div>ndn-cxx, NFD, NLSR, ping compiles, links and works on RPi.</div>
<div><br>
</div>
<div>In ndn-tools I was compiling ping and ndndump. </div>
<div>Ping compiles and links successfully but ndndump fails to link because</div>
<div>libc.a  libm.so  libpthread.a  librt.so not found.</div>
<div>I bring them over from RPi. ndndump compiles, but that does not work (on the Pi).</div>
<div>Backtrace attached.</div>
<div><br>
</div>
<div>Also ndn-cxx fails while linking after the files are copied over for compilation of ndndump (waf output attached).</div>
<div><span style="font-family: Calibri, Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Segoe UI Symbol', 'Android Emoji', EmojiSymbols; font-size: 16px;">(I copied the *.so and *.a in the same lib folder I use for all
 the projects).</span><br>
</div>
<div><span style="font-family: Calibri, Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Segoe UI Symbol', 'Android Emoji', EmojiSymbols; font-size: 16px;">Anybody have an idea how to resolve this (seems to stem from the
 libc.a I copied over)?</span></div>
<div></div>
<div><br>
</div>
<div>I can compile ndndump on the Pi (using the cross compiled ndn-cxx library from the same environment) and run it successfully.</div>
<div><br>
</div>
<div>Thanks</div>
<div>Ashlesh</div>
<p></p>
</div>
</body>
</html>