You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are in the process of porting micro-ROS to the RH850 controller. Our plan is to utilize the colcon meta and CMake files that were used for the RA6M5 series of controllers to generate a static library for our project.
However, we are encountering issues because the compiler for the RA6 series is GCC-based, while the RH850 uses the CC-RH compiler, which does not support certain compiler options (such as -Wall). As a result, we are facing challenges in generating the static library.
Could you please provide any options or workarounds to successfully build the micro-ROS static library for the RH850 controller?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are in the process of porting micro-ROS to the RH850 controller. Our plan is to utilize the colcon meta and CMake files that were used for the RA6M5 series of controllers to generate a static library for our project.
However, we are encountering issues because the compiler for the RA6 series is GCC-based, while the RH850 uses the CC-RH compiler, which does not support certain compiler options (such as -Wall). As a result, we are facing challenges in generating the static library.
Could you please provide any options or workarounds to successfully build the micro-ROS static library for the RH850 controller?
Beta Was this translation helpful? Give feedback.
All reactions