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

verbose colcon build

asked 2022-02-01 06:36:18 -0500

renob321 gravatar image

I want to print as much information as possible out of colcon, such as CMake, print order of compilation etc. Anyone here has any suggestions? colcon build --help doesnt really say much

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-02-01 07:05:16 -0500

gvdhoorn gravatar image

updated 2022-02-01 07:08:11 -0500

Would --event-handlers console_direct+ --cmake-args -DCMAKE_VERBOSE_MAKEFILE=ON suffice?


Edit: you could opt for console_cohesion+ instead of console_direct+, if interleaving output is confusing.

See also colcon: How To.

edit flag offensive delete link more

Comments

console_cohesion+ looks nice, thanks

renob321 gravatar image renob321  ( 2022-02-01 07:20:21 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-02-01 06:36:18 -0500

Seen: 2,859 times

Last updated: Feb 01 '22