Search found 3 matches

by smokeymike32
Sun Oct 06, 2024 2:34 am
Forum: ESP-IDF
Topic: Error opening esp32-p4 examples
Replies: 1
Views: 639

Error opening esp32-p4 examples

How do I load the examples here?: https://github.com/espressif/esp-dev-kits/tree/deeb242/esp32-p4-function-ev-board/examples I keep getting build errors but this is my first time trying to open existing projects other than the examples included with the idf. Am I missing a step? If getting the error...
by smokeymike32
Sat Oct 05, 2024 11:48 pm
Forum: General Discussion
Topic: How do I open new project in VS Code?
Replies: 3
Views: 1495

Re: How do I open new project in VS Code?

Here are some links about the build ninja error: https://stackoverflow.com/questions/72299754/ninja-error-loading-build-ninja-the-system-cannot-find-the-file-specified https://github.com/ninja-build/ninja/issues/1463 I've only successfully run the examples projects. I'm now trying to build one of t...
by smokeymike32
Sat Oct 05, 2024 3:01 am
Forum: General Discussion
Topic: How do I open new project in VS Code?
Replies: 3
Views: 1495

How do I open new project in VS Code?

I downloaded some examples and I don't know how to open them - I tried doing import project but I get " * Executing task: ninja

ninja: error: loading 'build.ninja': No such file or directory" error.