|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: Multiple errors with WPILIB in Eclipse
Ok, post the complete error log from the correct compiler then. These two error logs from the wrong compilers are not helpful.
|
|
#2
|
||||
|
||||
|
Re: Multiple errors with WPILIB in Eclipse
How do I use the compiler then? Those were the errors I get when I use the cross compiler with the cdt internal builder. I also got these same errors using it one a computer with Mingw or cyagwin never installed.
Last edited by Oakytree : 02-09-2016 at 07:17 AM. |
|
#3
|
|||
|
|||
|
Re: Multiple errors with WPILIB in Eclipse
We are having the same issues - C++ code that runs perfectly on 2015 in Eclipse throws multiple errors on the 2016 Eclipse. We have reinstalled with no help and are stuck with competition next week. Any help greatly appreciated!
|
|
#4
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|