Changes between Version 8 and Version 9 of toolchain/install
- Timestamp:
- Feb 10, 2017, 3:39:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v8 v9 54 54 }}} 55 55 Notice the line that look like {{{ libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/dri/i965_dri.so) }}} 56 This means that the local system driver needs a version of libstdc++.so.6 that defines the symbol CXXABI_1.3.9 (meaning application binary interface version 1.3.9) 56 This means that the local system driver needs a version of libstdc++.so.6 that defines the symbol CXXABI_1.3.9 (meaning application binary interface version 1.3.9). 57 57 The version of libstdc++ included in robomap3 probably doesn't define this symbol. You can make sure with {{{ strings /.../robomap3/1.7.3/core2-64/sysroots/core2-64-poky-linux/usr/lib/libstdc++.so.6 | grep CXXABI_ }}}. 58 58 So we need to preload the libstdc++ library of the system to avoid robomap3 one to be loaded