Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orocos with imcompatiable gcc version (7.4) #316

Closed
KenanNiu opened this issue Mar 9, 2020 · 1 comment
Closed

orocos with imcompatiable gcc version (7.4) #316

KenanNiu opened this issue Mar 9, 2020 · 1 comment

Comments

@KenanNiu
Copy link

KenanNiu commented Mar 9, 2020

I have gcc version 7.4 and successfully installed ROS kinetic and orocos via Synaptic. I figured out, that when I catkin_make my catkin workplace, it cannot link ros-rtt.
I have tested, gcc/g++ 7.4 , gcc/g++ 4.8. It only works when i switched gcc/g++ 5(.5). If you have this problem. Maybe firstly check you gcc version.
Still, it would be good to know why it happened?
Kenan

@meyerj
Copy link
Member

meyerj commented Nov 29, 2021

The compatibility with GCC 5 and newer has been fixed in #200 in 2017, by removing the version check completely.

Depending on which version you tried to build from source, it may not yet have included this patch. The last version released into ROS Kinetic was v2.9.2 in June 2019, but we did not cherry-pick #200 for some reason although it is older. The commits picked for v2.9.1 and v2.9.2 have been carefully selected to not break the ABI.

@meyerj meyerj closed this as completed Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants