espressif/esp32-arduino-lib-builder

ESP32S3 Compilation fails

weoiss1998 opened this issue · 7 comments

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested 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

are you using the release/v5.1 branch of this repository, or are you using master? You should use release/v5.1 for now

I use the Powershell Script of the Release/v5.1 branch

@weoiss1998 Are you using any custom sdkconfig ?

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?