AVSystem / Anjay-esp32-client

Anjay ESP-32 LwM2M client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake error when running set-target command

AirWind001 opened this issue · comments

Hello,
I am using the ESP32 WROVER KIT. when i try to run the command idf.py set-target esp32. from the git folder directory it gives the error CMake Error at main/CMakeLists.txt:34 (add_library):
No SOURCES given to target: anjay

the full verbose cmd line output is attached below
error message.txt

Any help would be much appreciated.

Hi!
It is possible that you have not initializes git submodules
try to run:

git submodule init
git submodule update --recursive

And then clean the build directories and run commands again

Thanks for the quick response!
Yes that was the issue and it is now fixed. Sorry, I'm new to git.

No problem, glad it worked!