-
Notifications
You must be signed in to change notification settings - Fork 132
recipe.hooks.linking.prelink.NN are not executed when not starting at 1 #1274
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
Comments
sloeber stops at the first non existing number |
Checking https://arduino.github.io/arduino-cli/latest/platform-specification/ it doesn't say you need to start at 1 and have consequent numbers. It does say however: |
Others read the same documentation and come to other conclusion -> all should be executed based on the sorted number. This issue is solved by esp8266 with changing numbering starting from 1. I you agree, I keep this issue open as I also have some problems with added recipes running itself. |
OK, This is what I think is happening. One of the new prelink commands is :
That expands to :
which results in :
The problem is the forward slashes in the first part of the copy The environment variables for this are : As this is from a private hardware path, I also checked a boardmanager installed version. My version of Sloeber is : If you need more info/tests just let me know. |
I think the \ / mix is fixed in the nightly |
Sorry, but I really cannot find the nightly builds. I think it should be at But there are only builds from april and some maven-metadata files from nov-23 |
I switched off nightly creation as master is WIP #1268 |
Finally got it running. The issue mentioned above is solved in this version. What doen't work is creating new cpp project.
and
Creating a new ino project works OK. |
The cpp project creation problem is regression from 86d89b7 at 25 sept |
Too fast. |
Hi,
Sloeber 4.3.3, Windows 10
In the esp8266 platform there is a commit which updates platform.txt
from :
to :
After that commit the prelink commands are not executed.
Changing to NN < 10 :
Makes it run OK.
The text was updated successfully, but these errors were encountered: