Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Cmake producing error in ESP-IDF plugin
Cmake producing error in ESP-IDF plugin [message #1823663] Tue, 31 March 2020 00:03 Go to next message
Mohan Gopal  Tripathi  is currently offline Mohan Gopal Tripathi Friend
Messages: 3
Registered: March 2020
Junior Member
I am trying to work on ESP32 mini through eclipse. I follow the instructions and lead to this error. i also followed Kondal Kolipaka
Ivan Grokhotkov, but no use.

The error i got is :


Building in: C:\Users\MohaNeha\eclipse-workspace\blink\build
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=E:\esp32\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DIDF_TARGET=esp32 C:\Users\MohaNeha\eclipse-workspace\blink

this is the first error:
fatal: not a git repository (or any of the parent directories): .git



-- Project is not inside a git repository, or git repository has no commits; will not use 'git describe' to determine PROJECT_VER.
-- Project version: 1
-- Building ESP-IDF components for target esp32
-- Checking Python dependencies...
Python requirements from E:\esp32\esp-idf\requirements.txt are satisfied.
Loading defaults file C:/Users/MohaNeha/eclipse-workspace/blink/sdkconfig.defaults...


This is the second error :
CMake Error at E:/esp32/esp-idf/tools/cmake/component.cmake:302 (message):
Include directory 'E:/esp32/esp-idf/components/mbedtls/mbedtls/include' is
not a directory.
Call Stack (most recent call first):
E:/esp32/esp-idf/tools/cmake/component.cmake:478 (__component_add_include_dirs)
E:/esp32/esp-idf/components/mbedtls/CMakeLists.txt:3 (idf_component_register)



-- Configuring incomplete, errors occurred!
See also "C:/Users/MohaNeha/eclipse-workspace/blink/build/CMakeFiles/CMakeOutput.log".
cmake --build . -- -v
ninja: error: loading 'build.ninja': The system cannot find the file specified.


Build complete (0 errors, 0 warnings): C:\Users\MohaNeha\eclipse-workspace\blink\build
Re: Cmake producing error in ESP-IDF plugin [message #1823678 is a reply to message #1823663] Tue, 31 March 2020 05:18 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
It's best to ask on the CDT forum:

https://www.eclipse.org/forums/index.php/f/80/


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:A Simple Doubt
Next Topic:How to unistall Eclipse (Win10)
Goto Forum:
  


Current Time: Fri Apr 19 21:36:54 GMT 2024

Powered by FUDForum. Page generated in 0.05282 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top