Search found 4 matches

by Darkalles
Wed Nov 02, 2022 11:07 am
Forum: General Discussion
Topic: Failure running cmake: Esp-idf
Replies: 1
Views: 1084

Failure running cmake: Esp-idf

I created Esp-idf example project "Hello world" and try tobuild project. I have this error
Image
I can build C project in IDF but not build esp-idf project .How can solve this problem. Thanks.
by Darkalles
Tue Sep 20, 2022 11:29 pm
Forum: General Discussion
Topic: ESP-IDF build error in vscode
Replies: 5
Views: 5632

Re: ESP-IDF build error in vscode

Firstly thanks for your reply , I replaced Cmakelist.txt file like your suggestion but I have same error again. * Executing task: ninja [0/1] Re-running CMake... -- Project is not inside a git repository, or git repository has no commits; will not use 'git describe' to determine PROJECT_VER. -- Buil...
by Darkalles
Mon Sep 19, 2022 3:20 pm
Forum: General Discussion
Topic: ESP-IDF build error in vscode
Replies: 5
Views: 5632

Re: ESP-IDF build error in vscode

Full build log : * Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 .. -- Found Git: C:/Espressif/tools/idf-git/2.30.1/cmd/git.exe (found version "2.30.1.windows.1") -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- The ASM compil...
by Darkalles
Sat Sep 17, 2022 8:05 pm
Forum: General Discussion
Topic: ESP-IDF build error in vscode
Replies: 5
Views: 5632

ESP-IDF build error in vscode

I create new project in ESP-IDF extension of vscode https://www.esp32.com/download/file.php?mode=view&id=10050&sid=f076d47359a446210bf9e9b0f13274e8 And I choose template-app. And I write this code : #include <freertos/FreeRTOS.h> #include <freertos/task.h> #include "nvs_flash.h" #include "esp_err.h"...