Hi,
I just updated to the latest version of esp-idf from GitHub, and now I get an error I didn't have before.
Doing a 'make all' now results in:
make: *** No rule to make target '/home/frode/esp/esp-idf/components/esp32/lib/librtc_pm.a', needed by '/home/frode/GIT/Ghost/ESP32/Blinky/build/app-template.elf'. Stop.
I've done a 'make clean', but still the same behavior afterwards.
This error seems to occur in all my ESP32-applications.
What could be causing this?
Problem with librtc.a after updating esp-idf from GitHub
Re: Problem with librtc.a after updating esp-idf from GitHub
Did you do 'git submodule update' after git pull?
If you didn't, the build system should be printing a warning that some submodules are not up to date.
Try doing git submodule update now, this should fix the issue.
If you didn't, the build system should be printing a warning that some submodules are not up to date.
Try doing git submodule update now, this should fix the issue.
Re: Problem with librtc.a after updating esp-idf from GitHub
Thanks that was the solution
Who is online
Users browsing this forum: Bing [Bot] and 82 guests