I've been trying to move between IDF versions using git's checkout command. My IDF folder is C:\esp-idf. When I try to make my application with release/v3.1, I get this error:
Any ideas what I might have done wrong? Thanks.make[1]: *** No rule to make target 'C:/esp-idf/esp-idf-v3.1.2/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c', needed by 'libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.o'. Stop.
make: *** [/c/esp-idf/make/project.mk:468: component-libsodium-build] Error 2