esp-aws-iot icon indicating copy to clipboard operation
esp-aws-iot copied to clipboard

Missing CMakeLists.txt file on release/beta branch. (CA-161)

Open rubengarridocecotec opened this issue 4 years ago • 3 comments

Hi!

I'm trying to add esp-aws-iot as a component on esp-idf sdk but I'm getting a CMake configure error because esp-idf tool can not compile esp-aws-iot component since CMakeLists.txt file is missing.

I only get this issue on release/beta branch, master branch contains CMakeList.txt file and I can compile the project without any issue. This is the error log I got:

esp-idf/components/esp-aws-iot does not contain a CMakeLists.txt file. No component will be added

rubengarridocecotec avatar Sep 30 '21 12:09 rubengarridocecotec

rubengarridocecotec -- If you find a way forward on this -- can you reach out to me with a the answer?

SolidStateLEDLighting avatar Nov 06 '21 23:11 SolidStateLEDLighting

It looks like the CMakeLists.txt file is not in the latest release. You can try:

cd ~/[path]/esp-idf/components
git clone -b "release/v3.1.x" --recursive https://github.com/espressif/esp-aws-iot

jobo89 avatar Aug 31 '22 23:08 jobo89