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
Description
When building with yocto the following error is seen
/home/axcend/OSTL-k/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/foxglove-bridge/0.7.7-1-r0/git/ros2_foxglove_bridge/src/ros2_foxglove_bridge.cpp:482:50: error: no matching function for call to 'max(long unsigned int, size_t)' 482 | const size_t publisherHistoryDepth = std::max(1ul, qos.depth());
Version: 0.7.7-1
Platform: target is arm-oe-linux-gnueabi
Steps To Reproduce
bitbake foxglove-bridge
Expected Behavior
no build error
The text was updated successfully, but these errors were encountered:
Thanks – I believe you reported the same issue in Discord as well. If you verify the fix works for you then please submit a PR and we can review+merge.
### Changelog
None
### Docs
None
### Description
#330 Fixes for Yocto issue
Fix for compilation error on yocto Kirkstone.
> error: no matching function for call to 'max(long unsigned int, size_t)
Description
When building with yocto the following error is seen
/home/axcend/OSTL-k/build-openstlinuxweston-stm32mp1/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/foxglove-bridge/0.7.7-1-r0/git/ros2_foxglove_bridge/src/ros2_foxglove_bridge.cpp:482:50: error: no matching function for call to 'max(long unsigned int, size_t)' 482 | const size_t publisherHistoryDepth = std::max(1ul, qos.depth());
Steps To Reproduce
bitbake foxglove-bridge
Expected Behavior
no build error
The text was updated successfully, but these errors were encountered: