|
Re: Team 5726 - Multiple errors in Eclipse path
If you don't care about building native C++ code and want the path error to go away, here is the full settings path:
Window > Preferences > C/C++ > Build > Settings > Discovery
then select [CDT GCC Built-in Compiler Settings] and in the text box at the bottom, prepend "arm-frc-linux-gnueabi-" to the existing text. Should end up as something like
arm-frc-linux-gnueabi-${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"
If you use this eclipse install for more that just FRC compiling, don't do this, instead install mingw.
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|