Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Errors with install of Eclipse (http://www.chiefdelphi.com/forums/showthread.php?t=132042)

alopex_rex 06-01-2015 20:47

Re: Errors with install of Eclipse
 
We have the same problem. After trying in vain to make it go away we just decided to ignore it. Everything appears to work just fine anyways. We're actually not certain if the code is actually building when we say "build project", or just running the error checkers and then failing with the "gcc not in path" errors before it actually compiles. Either way, it builds when we deploy, so it doesn't really matter.

DarthCoder 07-01-2015 09:34

Re: Errors with install of Eclipse
 
If it's not showing up then check to make sure the compiler was even installed correctly. I tested out another install and found the same thing that other people here have said. The GCC not found error can be ignored if you're only developing for RoboRIO and don't plan to use your Eclipse install for desktop development also.

WhipeeDip 07-01-2015 18:46

Re: Errors with install of Eclipse
 
Alright, I got a couple programs running on a testbed. It seems the g++/gcc errors can be ignored.

MHSrobotics2853 08-01-2015 01:11

Re: Errors with install of Eclipse
 
We had this problem too. ::ouch::

Go to Window>Preferences>C/C++>Build>Settings

Under Settings, go to the Discovery tab. There will be an entry called "CDT GCC Built-in Compiler Settings". Click it. The box below (Language Settings Provider Options) will have a text box with text like "${COMMAND} ${FLAGS}..."

Append "arm-frc-linux-gnueabi-" to the beginning. Press "Ok".
Screenshot below:


All times are GMT -5. The time now is 13:58.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi