ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Support x86 targets #118

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Description

This tool is handy for cross-compiling to non-native architectures, but it would also be useful in building for the same architecture as the host.

For example, this could be useful on a system that has no build tools installed. With docker and this package, a user could compile any ROS workspace in a single command.

Related Issues

Completion Criteria

Implementation Notes / Suggestions

This probably involves just adding a new target to the sysroot_compiler dictionaries, e.g. base image and toolchain. I don't foresee any complications.