espressif / esp-homekit-sdk

544 stars 98 forks source link

Failed to resolve component 'libsodium' #84

Closed heartbreaker0 closed 2 years ago

heartbreaker0 commented 2 years ago

I get this error when I tried to build the fan example. I'm using esp-idf 4.4 under Ubuntu21.04 and I installed libsodium via apt and compilation. Screenshot from 2022-02-15 01-48-53 Thanks for your help.

WallXiaoming commented 2 years ago

I get this error when I tried to build the fan example. I'm using esp-idf 4.4 under Ubuntu21.04 and I installed libsodium via apt and compilation. Screenshot from 2022-02-15 01-48-53 Thanks for your help.

I have the same problem. How you solve it? thanks

Roelof626 commented 2 years ago

For me too, really want to solve it. already tried several things to build the project successfully...

shahpiyushv commented 2 years ago

@Roelof626 @WallXiaoming , for the time being, I would recommend that you use release/v4.4 (or an other release/v4.x) branch of esp-idf instead of the master branch. The master branch has moved on to 5.0, which may not be backward compatible with 4.x.