ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How to make rosmake and distcc work together

asked 2012-10-29 02:24:41 -0500

Kevin gravatar image

updated 2014-01-28 17:14:05 -0500

ngrennan gravatar image

I have setup a cross compiling environment to build ROS for RaspberryPi using distcc. Everything works fine with cmake and I have successfully built parts of ros. However, in the Debian install instructions when you get to Layer2 step 1.5, you issue:

rosmake -a

However, this doesn't call distcc. I have even tried:

CC="distcc arm-unknown-linux-gnueabi-gcc" CXX="distcc arm-unknown-linux-gnueabi-g++" rosmake -a

with no success.

Any suggestions to get distcc and rosmake to work together? Again ... my setup does work fine with just cmake. Issueing:

CC="distcc arm-unknown-linux-gnueabi-gcc" CXX="distcc arm-unknown-linux-gnueabi-g++" cmake .

inside a ros package works fine.

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-10-29 02:42:40 -0500

Kevin gravatar image

I might have asked too soon. I had to set the env on the raspberry pi to:

export DISTCC_HOSTS=arch

where arch is my linux machine (x86 machine) doing the cross compiling. This is odd, because I already set arch in the ~/.distcc/hosts. It appears ROS needs the env set.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-29 02:24:41 -0500

Seen: 424 times

Last updated: Oct 29 '12