|
Re: Eclipse C++ 2015 updating to 2016 toolchain
I don't see any includes listed in the file you posted, and I believe they are generally part of that output. Might want to visit Properties->C++ Build->Settings and look under 'Cross G++ Compiler' at the 'includes' section and make sure everything looks right.
Should have at least two entries I think, one that points to your project and the other to the WPILIB includes directory. All this should be setup during install of the plugins/toolchain.
|