Environment:
RaspberryPi 4/ARM/Raspbian GNU/Linux (buster) 10
I fully realise this is a RaspPi question, which I’ve been struggling with all afternoon.
When installing the device agent I get the following error -
Error is "/usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version : GLIBCXX_3.4.26 not found.
Based on this search :
strings /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 | grep GLIBCXX
I can see the highest GLIBCXX_3.4.25 is the highest entry. So based on this reference for compiler compatibility : ABI Policy and Guidelines I reckon my compiler is a lower version than required?
Many threads in the raspberry forums - where you need to have a few years compiler knowledge to decipher…
Based on those hints I’ve installed gcc 9.1.0 to replace to default lower version gcc version 8.3.0
No improvement, same error.
Do I need to install/recompile some source to get the device agent installed?
Any help/guidance appreciated.
thanks,
Bob