Changes between Version 12 and Version 13 of toolchain/install
- Timestamp:
- Feb 10, 2017, 3:54:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v12 v13 55 55 $ LIBGL_DEBUG=verbose ./LineFollower_simulator_nrt -n x4_0 -t x4 -a 127.0.0.1 -p 9000 -x setup_x4.xml (...) 56 56 }}} 57 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) }}} 57 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) }}}. 58 58 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). 59 59 The version of libstdc++ included in robomap3 probably doesn't define this symbol. You can make sure with