|
Re: Multiple errors with WPILIB in Eclipse
It looks like Mingw includes are interfering with toolchain includes.
You need to remove Mingw and Cygwin from your build computers.
It also looks like the toolchain compilers are not being called. Create a new "example wpilib project" in Eclipse and see if that builds. If it does, you'll need to create a new "wpilib robot project" and copy all of your code into that.
|