-
Is there any way to get error messages when I compile app by using CMakeApp. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @feizi, thank you for the question. when you're building it by (here's a simple example, assume running it under $IDF_PATH) CMakeApp('examples/get-started/hello_world', 'esp32').build() then the cmake output should be printed to the stdout by default. Are you requesting something else? |
Beta Was this translation helpful? Give feedback.
-
I wonder if I can get the parsed error messages.
|
Beta Was this translation helpful? Give feedback.
-
Okay, I see. Thank you. I'll create a feature request and move the current issue to discussion. |
Beta Was this translation helpful? Give feedback.
noted here: #102