when i add code " include($ENV{IOT_SOLUTION_PATH}/component.cmake)", vscode show me ninja error
Posted: Fri Dec 16, 2022 8:38 am
esp idf : 4.4.3
project : hellow world example project
hi
i want to add esp iot solution. so i created sample project and built no edit. it's success
then in CMakeList.txt of root dir, i add "include($ENV{IOT_SOLUTION_PATH}/component.cmake)" for esp iot solution
(previous process has been done, following this link : https://docs.espressif.com/projects/esp ... arted.html)
after added that, error occur :
ninja: error: loading 'build.ninja': The system cannot find the file specified
what is problem?
plz let me know why.
thanks in advance
project : hellow world example project
hi
i want to add esp iot solution. so i created sample project and built no edit. it's success
then in CMakeList.txt of root dir, i add "include($ENV{IOT_SOLUTION_PATH}/component.cmake)" for esp iot solution
(previous process has been done, following this link : https://docs.espressif.com/projects/esp ... arted.html)
Code: Select all
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
include($ENV{IOT_SOLUTION_PATH}/component.cmake)
project(hello_world)
ninja: error: loading 'build.ninja': The system cannot find the file specified
what is problem?
plz let me know why.
thanks in advance