I followed the instructions provided by both https://wpilib.screenstepslive.com/s/4485/m/13810/l/145002-installing-eclipse-c-java and http://wpilib.screenstepslive.com/s/4485/m/13810/l/145319-creating-your-benchtop-test-program#!prettyPhoto.
When I build my robot project I get the warning:
“libstdc++.so.6, needed by C:\Users…libFRC_NetworkCommunication.so.1.5.0, not found (try using -rpath or -rpath-link)”
I’ve installed the tool chain and the WPILib correctly, I’ve even uninstalled and installed again. I tried to find ‘libstdc++.so.6’ and it was inside of C:\frc\arm-frc-linux-gnuaebi\lib. I checked the includes for my project to make sure it was included, and it was. However, I still get the same warning . Has anyone ran into this problem in the past and if so, any help would be greatly appreciated. Thanks!