Skip to content

fresh install on Linux gives Error: Program "make" not found in PATH #1651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PerennialNovice opened this issue May 28, 2024 · 3 comments
Closed

Comments

@PerennialNovice
Copy link

I have downloaded the latest product and unzip on a fresh installation of Ubuntu

When I try to build a project, I always get "make not found" error
I have tried for STM32 and for AVR - same error

I don't understand what is wrong, because I recently did the very same on a fresh install of Debian 12 without problems

@jantje
Copy link
Member

jantje commented May 28, 2024

On linux you have to install make
http://eclipse.baeyens.it/installAdvice.shtml

@PerennialNovice
Copy link
Author

Oh, missed that one...

Thank you very much!

@jantje jantje closed this as completed May 29, 2024
@ArminJo
Copy link

ArminJo commented Aug 19, 2024

A fresh Windows install of V5 also results in:

10:43:03 **** Clean-only build of configuration Release for project JK-BMSToPylontechCAN_MightyCore ****
make clean 
Cannot run program "make": Launching failed

Error: Program "make" not found in PATH

On my 4.4.3 installations is runs seamlessly with:

10:56:00 **** Clean-only build of configuration Release for project JK-BMSToPylontechCAN_MightyCore ****
"E:\\Elektro\\Sloeber\\arduinoPlugin\\tools\\make\\make" clean 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants