Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » 2021-09 - no path to "make"
2021-09 - no path to "make" [message #1844609] Fri, 17 September 2021 14:26 Go to next message
Anne Ranch is currently offline Anne RanchFriend
Messages: 85
Registered: October 2020
Member
Fresh clean down;load / install of 2021-09 CDT won't compile "right from the box" - missing access to "make".

I have never in past experienced such failure after new . clean install.


index.php/fa/41001/0/


EDIT
OK, Eclipse in missing CORRECT path to "make" .
How do I find it FOR eclipse and how and where I change / add correct path?

[Updated on: Fri, 17 September 2021 15:16]

Report message to a moderator

Re: 2021-09 - no path to "make" [message #1844622 is a reply to message #1844609] Fri, 17 September 2021 18:56 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Please write on the shell:
which make
and have a look on the response if the directory is in the PATH shown on the message.

Another possibility is that there is no make program installed.

I guess that you're using a Debian derivative (Ubuntu?). Install the build-essential package to get the make program.


--

Tauno Voipio
Previous Topic:Toolchain file for CMAKE
Next Topic:show view memory monitors or memory browser when debug termination
Goto Forum:
  


Current Time: Tue May 14 13:39:56 GMT 2024

Powered by FUDForum. Page generated in 0.03405 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top