hugobloem / esp-ha-speech

Local speech recognition on an ESP32 for Home Assistant
142 stars 10 forks source link

Can't build on ESP-IDF #3

Closed formatBCE closed 1 year ago

formatBCE commented 1 year ago

Looks like esp32s3 is incompatible with both 5.0 and 4.4.4 ESP-IDF releases.

christian-nils commented 1 year ago

I could build it with ESP-IDF v5.0. See chip compatibility: https://github.com/espressif/esp-idf#esp-idf-release-and-soc-compatibility

formatBCE commented 1 year ago

I have same stated error, when trying to build :(

christian-nils commented 1 year ago

Which error are you referring to? I had issues to build the firmware as others https://github.com/hugobloem/esp-ha-speech/issues/2 and https://github.com/hugobloem/esp-ha-speech/issues/1 . But applying the mentioned fixes in each issues, I could build with v5.0.

formatBCE commented 1 year ago

OMG sorry I wasn't paying attention to thread I'm writing to.

Yeah, I'm referring to #2, and I didn't see this exact solution. Will try, thanks for help.

christian-nils commented 1 year ago

Alright, no worries! :smiley:

formatBCE commented 1 year ago

Yes, with following #1 and #2 it seems to boot normally. Some reboots here and there, but not continuous.

hugobloem commented 1 year ago

Sorry, I haven't been able to find time to work on this. I have merged your pr.

Thank you!