uros/rcl: RCL_COMMAND_LINE_ENABLED requires RCL_LOGGING_ENABLED? #557
Unanswered
gavanderhoorn
asked this question in
Q&A
Replies: 1 comment
-
Friendly ping? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(not sure whether this is the correct venue, but micro-ROS/rcl doesn't have the tracker enabled)
Just wanted to ask whether
micro-ROS/rcl/rcl
requires RCL_LOGGING_ENABLED if RCL_COMMAND_LINE_ENABLED is enabled?I'm running into unresolved symbol errors when loading a binary linked against a
libmicroros.a
which was built withRCL_LOGGING_ENABLED:OFF
andRCL_COMMAND_LINE_ENABLED:ON
(to get access torcl_parse_arguments(..)
).Specifically:
rcl_log_levels_fini
,rcl_log_levels_copy
,rcl_log_levels_init
,rcl_log_levels_shrink_to_size
,rcl_get_zero_initialized_log_levels
andrcl_log_levels_add_logger_setting
, which all appear to be used in rcl/arguments.c (rcl_get_zero_initialized_log_levels()
here for instance).Beta Was this translation helpful? Give feedback.
All reactions