exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
252 stars 205 forks source link

ESP-AT: CMake error: Does not match the generator used previously: Ninja #752

Closed shlomo-edu closed 7 months ago

shlomo-edu commented 7 months ago

I downloaded the ESP-AT project from Github and compiled it in Visual Studio Code. I had several errors in the CMakeFiles.txt which I resolved with help of ChatGPT (I fixed the "string" commands). But, After all issues were resolved, it generated the following in the OUPUT tab: AT-Commands/esp-at -Bc:/esp-idf/esp-idf/examples/AT-Commands/esp-at/build -G "MinGW Makefiles" [cmake] Not searching for unused variables given on the command line. [cmake] CMake Error: Error: generator : MinGW Makefiles [cmake] Does not match the generator used previously: Ninja [cmake] Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory. I don't know how to continue.

github-actions[bot] commented 7 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

vaeng commented 6 months ago

What is the ESP-AT project? Are you sure you are in the correct repository @shlomo-edu ?

shlomo-edu commented 6 months ago

Actually I made a mistake of trying to compile the project. I then realized that I can use the provided binaries, which I work with now. It works OK for me so I will close this issue.