Quote:
Originally Posted by GavinL
So I can just leave them there?
|
I grew up being taught errors are not good, so I am not comfortable leaving them there. But yes, in theory they can stay.
If you want to remove them, try this:
Install MinGW (
http://www.mingw.org/) - FRC doesn't use this, but other open source projects do, so it won't hurt.
At minimum, you want to install the "base" and "gcc-g++" packages.
After install, open Eclipse, and follow the instructions for appending the path in the link I provided above.
(Note, I was still getting the Visual Studio path error, but in Project Properties -> C/C++ General -> Preprocessor [...] -> Providers tab, checking "CDT Cross GCC Built In Compiler Settings", hitting apply, unchecking, hitting apply, and checking it again, hitting apply seemed to remove that. Also throw in a Project -> C/C++ Index -> Rebuild for good measure.)
Where does that leave you?