Log in

View Full Version : ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found


SuperBK
03-01-2015, 21:47
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
(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!

Jared
03-01-2015, 21:51
Does your username have weird punctuation in it? WPI's software doesn't work with usernames that aren't just letters from my experience.

RufflesRidge
03-01-2015, 21:54
That warning is expected as shown under Build Console on this page: http://wpilib.screenstepslive.com/s/4485/m/13810/l/145320-building-and-downloading-a-robot-project-to-the-roborio

Joe Ross
03-01-2015, 21:55
That warning is expected and documented here: https://wpilib.screenstepslive.com/s/4485/m/13810/l/145320-building-and-downloading-a-robot-project-to-the-roborio#BuildConsole

SuperBK
03-01-2015, 22:05
Great, thanks Joe and Ruffles. I do have a . in my user name, but sounds like that doesn't matter.