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
Having cloned the repo down on my RPI and built the platform, I get compiler issues when referencing the platform from 3.party. It seems like it origins from this package:
/usr/bin/ld: /usr/local/lib/libp8-platform.a(StringUtils.cpp.o): undefined reference to symbol '_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4.21'
//usr/lib/arm-linux-gnueabihf/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
the libstdc++ is 6.3.0-18 and I had no issue building the platform
The text was updated successfully, but these errors were encountered:
Having cloned the repo down on my RPI and built the platform, I get compiler issues when referencing the platform from 3.party. It seems like it origins from this package:
/usr/bin/ld: /usr/local/lib/libp8-platform.a(StringUtils.cpp.o): undefined reference to symbol '_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4.21'
//usr/lib/arm-linux-gnueabihf/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
the libstdc++ is 6.3.0-18 and I had no issue building the platform
The text was updated successfully, but these errors were encountered: