|
Re: C++ deploy code missing
I tried disabling wifi and wired lan and then I got the deploy option to do something. Unfortunatly the Roborio still doesn't work. The RSL is on solid, I assume this means there's no robot code. Anyway, I couldn't make the deploy option work again because it was no longer on the menus. I deleted all my robot code projects and created a new robot sample. I am now getting a brand new error and the deploy option refuses the work too. Here's the error I am getting now.
Info: Internal Builder is used for build
arm-frc-linux-gnueabi-g++ -std=c++1y "-IC:\\Users\\Developer/wpilib/cpp/current/include“ ”-IC:\\Users\\Developer\\workspace\\Mecanum Drive\\src" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\Robot.o“ ”..\\src\\Robot.cpp"
arm-frc-linux-gnueabi-g++ "-LC:\\Users\\Developer/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\Developer/wpilib/cpp/current/lib\libFRC_NetworkCommunication.so.1.5.0, not found (try using -rpath or -rpath-link)
23:05:35 Build Finished (took 11s.170ms)
Does anyone know hoe to use the rpath- or rpath-link functions?
|