Topic: ARM Linux install problem
On a ARM7 based SBC (odroid) running Ubuntu 14.02, installation does not produce any errors.
When launched from the command line, simplyfortran reports the following:
simplyfortran: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.2.8' not found (required by simplyfortran)
simplyfortran: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by simplyfortran)
I assume this is a file version problem, but not sure what versions are needed. Any hints?