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 -0600
Seen: 369 times
Last updated: Mar 06 '12
Installing electric: /libros.so: undefined reference to `.LBB▒p6' [closed]
ROS Install - No space left on device, Fresh 16GB SD Card
RuntimeError: Multiple packages found with the same name "tf2", "tf2_msgs", "tf2_py", "tf2_ros"
ROS install errors on Lion using Homebrew
Issues with gcc compiler on linux-10.10(64 bit) [closed]
ros installation on mac architecture symbol error.
missing packages when building ros from source
intelligent rosmake? does rosinstall remove ROS_NOBUILD?