> In the meantime, your best bet is to make the paths on the build and<br>
> host systems identical (you could use chroot on the build system to<br>
> make this easier).<br><br>I had this same problem, and i can confirm that the above suggestion is the right way to go about it.<br>I successfully got Ros working on the gumstix.<br><br><br><br><div class="gmail_quote">
On Fri, Apr 9, 2010 at 11:52 AM, Daniel Maier <span dir="ltr"><<a href="mailto:maierd@informatik.uni-freiburg.de">maierd@informatik.uni-freiburg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 07 Apr 2010 06:32:08 +0200, Brian Gerkey <<a href="mailto:gerkey@willowgarage.com">gerkey@willowgarage.com</a>><br>
wrote:<br>
<div class="im"><br>
> Cross-compiling is not well-exercised or supported in ROS at the<br>
> moment, and you've come across one of the frailties of the current<br>
> state of affairs.  A common approach when cross-compiling is to<br>
> statically link executables, to avoid even copying the object files to<br>
> the embeddd system, much less finding them at run time.  But I'm<br>
> pretty sure that the ROS build system won't properly link static<br>
> executables at the moment.<br>
><br>
> What you really want is to be able to *install* your ROS system after<br>
> building it.  The install step is on the roadmap for the ROS 1.1.x<br>
> series; I'll keep the cross-compilation use-case in mind when<br>
> designing it.<br>
><br>
> In the meantime, your best bet is to make the paths on the build and<br>
> host systems identical (you could use chroot on the build system to<br>
> make this easier).<br>
><br>
>       brian.<br>
><br>
<br>
</div>Ok, will do it that way. Thanks Brian!<br>
<div><div></div><div class="h5">_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</div></div></blockquote></div><br>