Quote:
Originally Posted by byteit101
You should, CMake is awesome. WPILib is compiled with it as it is actually a build system generator. Tell it your sources and what you want to happen, and then anyone can compile it using standard makefiles, mingw/msys makefiles, nmake, eclipse, netbeans, qt creator, or another build system.
|
I'm sure I can write off learning CMake as an important programming activity somehow...
Quote:
Originally Posted by byteit101
The only patch on GCC is to change the output name of libstdc++ so we can use the latest C++14 features while the system still uses the old version it was tested against
|
So the roboRIO supports C++14? I'll have to update my makefile accordingly if so.