I copied https_request example project and did make, it works fine. I did flash to esp32 module and all works fine.
Now, I want to rename the example project to something else like "my_test". For this,
1. I deleted build directory
2. Changed the project name in CMakeList.txt
3. Changed the project name in Makefile
After that if I issue a make command, it throws following error,
Appreciate any pointers to resolve the issuemake: Circular /home/hetal/esp/esp-mdf/dev/test/my_test/build/my_test <- /home/hetal/esp/esp-mdf/dev/test/my_test/build/my_test dependency dropped.
LD.elf
xtensa-esp32-elf-gcc.exe: error: .map: No such file or directory
make: *** [C:/msys32/home/hetal/esp/esp-idf/make/project.mk:461: .elf] Error 1