espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

Rainmaker SDK building error! (MEGH-4155) #220

Closed MahendraDnkTech closed 1 year ago

MahendraDnkTech commented 1 year ago

Hello Geeks I hope all are doing well... I have just configured the ESP32-IDF & rainmaker ESP32 IDF is successfully built while the rainmaker is causing the issue during the building!

I have followed the steps mentioned into the rainmaker getting started guide

The error logs are attached here The error comes from the "esp-idf/esp_https_server" directory

Pl. take a look in to it

Thanks

err_logs.txt

sanketwadekar commented 1 year ago

Hi, It seems like you are using IDF v5. Some changes have been made in rainmaker and IDF which is causing this error (this will be fixed soon). You can compile by using "release/v4.4" branch of IDF.

MahendraDnkTech commented 1 year ago

Oh! got it @sanketwadekar Many thanks

Let me downgrade the version

Regards MS

MahendraDnkTech commented 1 year ago

it's resolved by donwgrading the IDF version to v4.4

Thanks