rosinstall gcc invocations?
I'd like to have the gcc invocations that result from a rosinstall command printed to stdout. Is that possible?
I'd like to have the gcc invocations that result from a rosinstall command printed to stdout. Is that possible?
Not that I know of. rosinstall doesn't call gcc directly, anyways. it just calls through to rosmake. Thus, you can have the same net effect by calling rosinstall with -n (no build) and then calling rosmake as you see fit.
rosinstall is moving away from any invocations of build infrastructure starting with ROS Fuerte. The old calls were a result of bootstrapping issues. The catkin-based stuff runs rosinstall with no build (-n option).
EDIT: to see the output from rosmake:
VERBOSE=1 rosmake -V
Let me clarify. I'm not really fussed about who calls gcc, but I'd like to see all gcc invocations for a ROS build logged to stdout. What's the best way to do that?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-03-05 04:04:12 -0500
Seen: 399 times
Last updated: Mar 06 '12
"please update rosdistro" error when trying to execute rosdep update on ros hydro
help on install ROS in a MacBook with OSX 10.6.6
Implementing CUDA with ROS/Gazebo
installation RoboEarth packages
Why does my compiler warn at usage of operators of ros::TimeBase?
Difference between aptget and source install
Best way to install from a stand-alone network
rosinstall file location in repository
Can not install rosinstall because of python version conflict