Log in

View Full Version : Error 127 Wind River


MoMo
09-02-2013, 13:42
We have a working code for a mecanum drive in wind river but when we try to build the project we get a error 127 and something that says the g++ command is not found. Any help? please, thanks

JCrusoe
11-02-2013, 18:18
Could you post the code? g++ is a different compiler, so that's kind of odd. At first glance I would make sure that you have your include(s) at the very top.
#include "WPILib.h"