cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
10k stars 1.69k forks source link

GLIBC version requires 2.30, but deploy platform has 2.29 only #378

Closed qhw42 closed 7 months ago

qhw42 commented 7 months ago

I use concurrentqueue in my project, and use gcc-arm(gcc-arm-9.2-2019.12-x86_64, with glibc version == 2.30) compiler to cross-compile a shared library. The compiled so library seems require glibc == 2.30, but the deploy platform has 2.29 only. How can I solve this ? Appreciate for any suggestions or solutions ! (The compile tool-chain and deploy platform can not be change.)

image

image