SWRU558 June 2020 CC3100 , CC3100MOD , CC3200 , CC3200MOD
On some older distribution of Linux, the standard 32-bit C++ library that is included in the apt packages will not be compatible with UniFlash. Ubuntu 10.04 was an example of this that was noticed in our testing, which comes with libstdc++.so.6.0.13, but UniFlash requires a newer version (6.0.16 or newer). When UniFlash is started, it will fail to load the required libraries when a new session is created.
To work around this issue, a version of the required C++ library is shipped with the UniFlash install. To force UniFlash to load this version of the library, start the UniFlash GUI using the provided uniflashPre.sh in the <installDir>/eclipse/ directory. When this script is executed, the library will load and UniFlash GUI will start.
This issue only affects the GUI; users should be able to use CLI without running into this problem.