-
Notifications
You must be signed in to change notification settings - Fork 132
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
V5.0 testing - Fresh install on Windows gives Error: Program "make" not found in PATH #1666
Comments
I think it is strange that in your test the clean in a freshly installed V5 uses make (= external make builder) |
I just tried here both the internal builder and the external make builder use the same clean method which is internal (read nothing to be seen on the console) and simply removes all the content from the bin/[configname] folder |
When investigating I found that menu->project->clean does weird things. |
OK newly created projects work for me, but old ones are not migrated. Printing size "raw Result" results in:
"AVR Alternative" also works, but "Arduino Way" (under Windows) results in:
|
There is no auto migration. |
Migration of projects is not going to work. If there is no easy way to get it to work I will have to write some conversion code.
Can you zip up the V5 created ESP32 project so I can take a look? |
Here is the Zip: |
Seems there is a null case on my system after importing the project. |
Seems the quoting issue does not happen in an empty sketch with the board in the provided zip. |
This seems to be fixed 😀 Thanks! The error: |
I want V5 to work properly before looking at migration. |
Hi Jaintje, I imported a single config project and tried to compile, but still get
After deleting the build directory (RELEASE), I get
The file and languages.setting.xml starts still with
in contrast to a new project, where it starts with
This is independent, if source is located in /src directory or in root directory. The zipped project is here: |
Have you converted it to a sloeber project? |
Thanks! In .project there are too much links, in this case:
This is the zip file of my project: |
I think that is current implementation. I'll see wether I can improve
Strange they should |
A fresh Windows install of V5 results in:
typing make on the Windows CMD prompt also results in:
so this is consistent 😀 .
On my 4.4.3 Windows installations on the same PC it runs seamlessly with:
Therefore I can not test the 5.0 😢
Duplicate of: #1651 (comment)
The text was updated successfully, but these errors were encountered: