Installed Eclipse, Java and the FRC development plugins using the preferred online method by following this document:
https://wpilib.screenstepslive.com/s/4485/m/13810/l/145002-installing-eclipse-c-java.
I can build the “Arcade Drive” example, but I get this warning:
libstdc++.so.6, needed by C:\Users\myusername/wpilib/cpp/current/lib\libFRC_NetworkCommunication.so.1.5.0, not found (try using -rpath or -rpath-link) Arcade Drive C/C++ Problem
Here is the console build log:
21:40:52 **** Rebuild of configuration Debug for project Arcade Drive ****
Info: Internal Builder is used for build
arm-frc-linux-gnueabi-g++ -std=c++1y “-IC:\Users\kowald.brian/wpilib/cpp/current/include” “-IC:\eclipse_workspace\Arcade Drive\src” -O0 -g3 -Wall -c -fmessage-length=0 -o “src\Robot.o” “…\src\Robot.cpp”
arm-frc-linux-gnueabi-g++ “-LC:\Users\kowald.brian/wpilib/cpp/current/lib” -Wl,-rpath,/opt/GenICam_v2_3/bin/Linux_armv7-a -o FRCUserProgram “src\Robot.o” -lwpi
c:/frc/bin/…/lib/gcc/arm-frc-linux-gnueabi/4.9.1/…/…/…/…/arm-frc-linux-gnueabi/bin/ld.exe: warning: libstdc++.so.6, needed by C:\Users\kowald.brian/wpilib/cpp/current/lib\libFRC_NetworkCommunication.so.1.5.0, not found (try using -rpath or -rpath-link)
I get the same warning for other projects like “Getting Started”, and “Motor Controller”
I’m running on Windows 7 64 bit.
Thanks!