ros / meta-ros

OpenEmbedded Layers for ROS 1 and ROS 2
MIT License
373 stars 246 forks source link

librclcpp.so: undefined reference to `__atomic_exchange_1 #1040

Open Jpgig opened 1 year ago

Jpgig commented 1 year ago

Issue : I am trying to integrate "ROS 2 Humble in Microchip PolarFire® SoC FPGA Icicle Kit with Yocto". When I run bitbake rclcpp-components I am getting the below error: librclcpp. so: undefined reference to `__atomic_exchange_1

To Reproduce Followed steps noted in this link: https://news.accelerationrobotics.com/ros-2-humble-in-microchip-polarfire-icicle-kit-with-yocto/

Expected behavior Should generate a Linux image without any error.