Thanks Jared, the folder name I use is “C:\LTE”, not sure about the whitespace, I am aware that it’s often a pain.
I ran Zephyr Tools: Init Repo in the same folder “C:\LTE”, now when I run “Zephyr Tools: Build”, “build” folder is no longer generated and there is a warning:
CMakeLists.txt
“CMake Warning at C:/LTE/zephyr/CMakeLists.txt:839 (message):”, cmake[Ln 839,Col 1]
this is the fraction of CMakeLists.txt
if(NOT “${allow_empty}”)
message(WARNING
“No SOURCES given to Zephyr library: ${zephyr_lib}\nExcluding target from build.”
)
Also, i build “external_rtc_time_sync”, that it ran sucessfully like a month o so ago, but now, it doesn’t generate “build” folder, and no error nor warnings are generated.