Search found 2 matches

by philicibine
Sun Jul 06, 2025 3:24 pm
Forum: ESP-IDF
Topic: project_description.json not being created
Replies: 2
Views: 437

Re: project_description.json not being created

Here are the project files


CMakelists.txt (project root)
# CMakeLists.txt for the root of your IDF project

# The IDF version that this project is compatible with.
# Updated minimum CMake version for broader compatibility with IDF.
cmake_minimum_required(VERSION 3.21)

# Set the project name ...
by philicibine
Sun Jul 06, 2025 3:13 pm
Forum: ESP-IDF
Topic: project_description.json not being created
Replies: 2
Views: 437

project_description.json not being created

I am trying to compile a project on the idf. When i build it, it says the following
Executing action: all (aliases: build)
Running cmake in directory /home/phil/esp/yale_lock_checker/build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/phil/.espressif/python_env/idf5.4_py3.12_env ...

Go to advanced search