Page 1 of 1

make error

Posted: Fri Feb 28, 2020 10:06 am
by 小小攻城狮_yun
make: *** No rule to make target '/home/yun/svn_project/newSource/ESP_ADF_NEW_SDK/esp-idf/components/esp32/lib/libcore.a', needed by '/home/yun/svn_project/newSource/devCommon/PlatForm/esp32/esp32_speech/build/ci1103_wifi.elf'. Stop.




In the company's SVN download project, the compilation environment has been set up. It can be compiled on another computer. This is what happens here

Re: make error

Posted: Fri Feb 28, 2020 10:21 am
by ESP_Sprite
That library is normally in a Git submodule. I have no idea if it still works after the repo has gone through SVN, but normally you'd do a 'git submodule update --init --recursive' in the esp-idf directory to fetch the submodules.