espressif / esp32-arduino-lib-builder

152 stars 166 forks source link

ESP32S3 Compilation fails #243

Open weoiss1998 opened 1 week ago

weoiss1998 commented 1 week ago

Checklist

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

weoiss1998 commented 1 week ago

grafik

me-no-dev commented 1 week ago

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

weoiss1998 commented 1 week ago

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

me-no-dev commented 1 week ago

@lucasssvaz PTAL

lucasssvaz commented 1 week ago

@weoiss1998 Are you using any custom sdkconfig ?

weoiss1998 commented 1 week ago

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 commented 1 week ago

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?