-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Property not evaluated at the upload step #7616
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
Hi @fpistm , |
Hi @facchinm, It is provided thanks the package_stm_index.json: |
I made some more test, it seems linked to my environment. This how I set up my env: |
Compilation variables are resolved by the builder while upload ones are still resolved by the Java IDE. Probably the implementation is slightly different and in one case the folder is being ignored. |
Thanks a lot @facchinm ;) |
I found what is going on: since you removed the core installed via board manager, the Java IDE avoids creating any cross reference with the json (so only {runtime.tools.arm-none-eabi-gcc} is available, not the "decorated" one). |
Thanks @facchinm for the quick and precise answer.
Yes but if I do not delete it it appears twice :'( |
I have to deal with it daily, being a developer has these little downsides 😜 |
Hi,
Testing this PR stm32duino/Arduino_Core_STM32#238
to add BMP upload method show that some properties are not properly evaluated at upload stage.
It seems to be a regression as it was functional before using @rogerclarkmelbourne:
https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/8fa6bb45960097be75b6df6fc08705c85d4e4a09/STM32F1/platform.txt#L148
{runtime.tools.arm-none-eabi-gcc-6-2017-q2-update.path}
is not expanded here.Tested with Arduino-1.8.5 on
Windows:
Linux:
The text was updated successfully, but these errors were encountered: