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

Colorgcc in combination with catkin_make to colorize compiler output

asked 2014-05-20 06:00:05 -0500

Okke gravatar image

Hello,

I was trying to colorize the compiler output of catkin_make. I tried using colorgcc. As per the manual I created symlinks to c++, g++, gcc, and cc to point to colorgcc and added the directory to the PATH. When compiling without catkin_make the colorization works, with catkin_make it does not.

Any help getting this to work is much appreciated.

Kind regards,

Okke Hendriks

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-05-20 06:02:40 -0500

dornhege gravatar image

updated 2014-05-20 06:03:01 -0500

It should work. Did you do this for a new workspace? Otherwise, you might need to make clean once as cmake stores the compiler path.

edit flag offensive delete link more
0

answered 2014-05-21 00:27:37 -0500

Okke gravatar image

Thank you dornhege, I indeed needed to clean my workspace because the compiler path was stored by cmake.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-20 06:00:05 -0500

Seen: 296 times

Last updated: May 21 '14