Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicateRead the documentation to confirm the issue is not addressed there and your configuration is set correctlyTested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
compile successfully
Actual behavior (suspected bug)
fails
Error logs or terminal output
No response
Steps to reproduce the behavior
Use docker Image
Project release version
release 5.1
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
PowerShell
Additional context
No response
Activity
weoiss1998 commentedon Nov 11, 2024
me-no-dev commentedon Nov 12, 2024
are you using the
release/v5.1
branch of this repository, or are you usingmaster
? You should userelease/v5.1
for nowweoiss1998 commentedon Nov 12, 2024
I use the Powershell Script of the Release/v5.1 branch
me-no-dev commentedon Nov 12, 2024
@lucasssvaz PTAL
lucasssvaz commentedon Nov 12, 2024
@weoiss1998 Are you using any custom sdkconfig ?
weoiss1998 commentedon Nov 12, 2024
I tried both, the original Version and the modified version from:
https://docs.espressif.com/projects/esp-techpedia/en/latest/esp-friends/advanced-development/performance/reduce-boot-time.html
weoiss1998 commentedon Nov 13, 2024
I tried it today and after some misses it's working again. I have attached the error logs before it starts working again.
idf_py_stderr_output_1019.zip
The solution for me is to try again until it compiles successfully. I didn't change any settings, I just clicked on ‘Compile Static Libraries’ again and again. Is it possible to reuse the container from the Powershell script and if so, how?