Replies: 1 comment 3 replies
-
Hmmm, could it be that the environment variables set by On the upside, we're working on eliminating the need to run |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm creating a new project with esp-idf and slint. I got it to build and flash (not fully working yet) via the terminal. But now I'm trying to configure it with CLion but the cmake build fails.

(I'm using Windows 11 btw)
I tried to debug the cmake build and these are some information i got:

My cmake toolchain is cofigured to use this file as an environment setup:

The contents of
export-esp.bat
:The thing I don't understand is that if i run the same bat file and build the project on the command prompt, it works fine:
It may be a problem with CLion too, but I'm open for help or suggestions
Beta Was this translation helpful? Give feedback.
All reactions