Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found (http://www.chiefdelphi.com/forums/showthread.php?t=132002)

SuperBK 03-01-2015 21:47

ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found
 
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!

Jared 03-01-2015 21:51

Re: ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found
 
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

Re: ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found
 
That warning is expected as shown under Build Console on this page: http://wpilib.screenstepslive.com/s/...to-the-roborio

Joe Ross 03-01-2015 21:55

ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found
 
That warning is expected and documented here: https://wpilib.screenstepslive.com/s...o#BuildConsole

SuperBK 03-01-2015 22:05

Re: ibstdc++.so.6 need by libFRC_NetworkCommunication.so.1.5.0, not found
 
Great, thanks Joe and Ruffles. I do have a . in my user name, but sounds like that doesn't matter.


All times are GMT -5. The time now is 02:42.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi