cross_compile
cross_compile copied to clipboard
A tool to build ROS and ROS2 workspaces for various targets
Disable dependabot and running tests on schedule before we will archive `cross_compile` repo and make it read only. Signed-off-by: Michael Orlov
I'm trying to modify this repo, so that I can use it for true cross compilation, as an alternative to the QEmu emulator. I'm doing it based on the work...
## Description Trying to build an image (and a package) for armhf (Beagle Blue). The package compiles perfectly fine on target platform (including with `colcon`). Looks like `catkin` is missing...
1. How can I correctly copy cross-compiled code to target system, for example Raspberry Pi? Imagine the situation when we have big project with a lot of dependencies. For example,...
## Description `ros_cross_compile *** --arch aarch64 --os ubuntu --rosdistro dashing` > Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not connect to archive.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.39),...
## Problem I run the command ros_cross_compile . --arch aarch64 --os ubuntu --rosdistro galactic and I get the error: ``` ERROR:Docker Client:Error building Docker image. The follow error was caught:...
>> ros_cross_compile /home/ws/zone3 --arch aarch64 --os ubuntu --rosdistro melodic INFO:Rosdep Gatherer:Building rosdep collector image: ros_cross_compile:rosdep INFO:Docker Client:Step 1/10 : FROM ubuntu:bionic INFO:Docker Client: ---> dcf4d4bef137 INFO:Docker Client:Step 2/10 : RUN...
## Description When trying to build "foxy" or "galactic" for armhf, the compilation of various packages fails. ### Expected Behavior It should be possible to compile the latest ros2 distribution...
Hi, I am using the tool in a VM running Ubuntu 18.04.04, after the [installation](https://github.com/ros-tooling/cross_compile#installation) (I install the latest Docker engine), I follow the [tutorial](https://github.com/ros-tooling/cross_compile#tutorial) but after the ros_cross_compile command...