What to do after cross-compiling source with catkin?
Hi all,
I've completed a cross-compilation of the ROS source using catkin. Everything seems to be good to go, but now I'm confused about the next step. I have a build, devel and install directory as a result of the build process. Does the install directory contents go on the target? It appears that the bash and python scripts are set to target the same directory that the catkiin workspace was using for the build process. I'm just not positive of the next step.
The basic question is "what is the next step to move the cross-compilation to the target system?"
Is there documentation or a tutorial that covers this?
Thanks,
Marcus
Hello, Marcus I'm attempting to cross-compile ROS groovy to my target (arm9 - www.opencontroller.com/modules.html). But I've had some problems to compile python and log4cxx. Can you explain how you do that? I've read a lot of tutorials, but some errors appeared. Now, just about ROS's cross-compilation, can you do some simple tutorial, mainly how to use the rostoolchain and CMakelist? Thanks so much. Cássio
@Cassio: this should probably be a separate question, but check first to see if it has already been answered.
Hi joq, I've already checked and had I haven't find any tutorial about cross compilation step by step to cross compile ROS groovy with catkin. thanks