Quote:
Originally Posted by DarthCoder
I followed the manual on screensteps about how to install Eclipse and the FRC 2015 Toolchains. I've got them installed, and when I compile a sample program it always generates the FRCUserProgram.out file just fine. However, I keep getting two errors: Program "g++" not found in PATH and Program "gcc" not found in PATH. Does anyone know how to get rid of these errors?
|
Somewhere in settings you need to tell Eclipse that the tool path is "c:\frc\bin" (or put it on the path). Once I added that I was able to build a sample robot.
However, the libstdc++.so.6 library is missing. so the link step fails. Actually it is in the WPI toolset, but the linker never sees it. Any ideas? Must be another path somewhere I need to update.