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.)
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.)