Closed TechplexEngineer closed 8 years ago
Bottom line: Linux ABIs are a fantastically broken mess, even across versions of the same distro.
Maybe it's time to reimplement NetworkTables in pure Java, or just have users build it themselves with CMake.
The temporary fix would be to recompile networktables with a much older compiler and standard library, which is available on more devices. (GCC 4.7 perhaps)
This problem is detailed here. You have to update GCC. https://github.com/WPIRoboticsProjects/GRIP/wiki/Setting-up-build-tools#ubuntu-network-tables-throws-a-bunch-of-exceptions
@TechplexEngineer Has this issue been solved? If so, please close this issue. If not, please let us know how we can help.
I am going to close this issue because it has grown stale. Please reopen the issue if you are still having trouble.
Just installed the latest release of GRIP (FRC Update 3)
Tried to run GRIP via the command line and got this error:
It looked like @multiplemonomials had success using the $ java -jar ui-1.2.0.jar in issue #345
Just installed the latest release of GRIP (FRC Update 3)
Tried to run GRIP via the command line and got this error:
It looked like @multiplemonomials had success using the $ java -jar ui-1.2.0.jar