-
Notifications
You must be signed in to change notification settings - Fork 132
using backslach before a variable eats the backslach #1166
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
This is a cdt issue that won't be fixed quickly |
Using |
This is now fixed in CDT10 !!! |
This is now fixed in the latest nightly |
I have the same "partitions.csv" target 'pre-build' failed issue? It's work on 1.0.4, but not on 1.0.5, 1.0.6 and 2.0.0.
I'm not a developer, could you please show me the way to update? Thanks |
All the info is available on the website http://eclipse.baeyens.it |
Thank for reply, Current Version Available Version Updated Version ESP32 v2.0.0 Setup ESP32 - "partitions.csv" target 'pre-build' failed issue Is it correct way to update nightly build? |
That is because .3.3.202005042010 is not the latest nightly but the latest stable |
In ESP32 platform.txt there is this line :
recipe.hooks.prebuild.2.pattern.windows=cmd /c if not exist "{build.path}\partitions.csv" copy "{runtime.platform.path}\tools\partitions\{build.partitions}.csv" "{build.path}\partitions.csv"
Which expanded to :
cmd /c if not exist "C:\Userdata\ESP8266\Projects\Command_32/Release\partitions.csv" copy "C:/Userdata/ESP32/arduino_esp32\tools\partitionsdefault.csv" "C:\Userdata\ESP8266\Projects\Command_32/Release\partitions.csv"
There is a missing backslash from :
{runtime.platform.path}\tools\partitions\{build.partitions}.csv
to
C:/Userdata/ESP32/arduino_esp32\tools\partitionsdefault.csv
Environment : Windows 8.1, Sloeber 4.3.2. (also seen in 4.3.1)
The text was updated successfully, but these errors were encountered: