![]() |
Eclipse fails build project
While using Eclipse to build our C++ projects on the lab computer the console outputs
Code:
Cannot run program "make": Launching failed |
Re: Eclipse fails build project
See this post. You need to add the path the FRC toolkit path to eclipse.
|
Re: Eclipse fails build project
Did you install the toolchain? http://wpilib.screenstepslive.com/s/...eclipse-c-java
you'll need to restart eclipse after installing it. |
Re: Eclipse fails build project
I am still having this issue in Eclipse. I have appended the environment variable with FRC and the folder the toolchain was installed in.
Is anyone still having this issues or know how to fix this issue? Code:
Error: Program "make" not found in PATH |
Re: Eclipse fails build project
Are you trying to build one of the FRC projects? If so, double check to makes sure that Debug is the selected build configuration.
|
Re: Eclipse fails build project
I will look this afternoon and let you know but I think I have tried in both debug and release modes. Still have the same results for both scenarios.
|
Re: Eclipse fails build project
Just a gut feel here - if you manually change your path (right click on my computer...properties...Environment...doing this from memory...) When you find the path that looks similar to the path you reported above, put
C:\frc\bin; at the BEGINNING of the path and see if that solves it. My theory here is that your path is VERY long and possibly Eclipse is having troubles with it somehow - or there is a character in the path which is making Eclipse barf and so it's never ultimately getting to the END of the path which does indeed show C:\frc\bin Very interested to know the final fix if it's not this stab in the dark. bob |
Re: Eclipse fails build project
I tried both debug and release modes yesterday afternoon with no luck. I also tried your suggestion bob with no luck as well. I have a friend coming to look at it Saturday will let you know my results.
|
Re: Eclipse fails build project
So far editing the normal PATH and using eclipse to append to the PATH has worked (idk if it was that or the total reinstall of Eclipse, build tools and the NI software)
|
| All times are GMT -5. The time now is 12:02. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi