/Users/SSGhumman/Files/esp_dev/espressif/RTOS_1.4/lib/libmain.a(misc.o):(.irom0.text+0x4): undefined reference to `xthal_get_ccount'
I have put just one error here but there are about 5-6 and all mention xthal in some way.
There is no libhal.a in the newer RTOS SDK's so hal isn't there in my makefile either. What is causing this problem?
Also If someone can tell me, am I supposed to compile against all the libraries always? Because if I try to choose some libraries, the libraries are so interdependent that it always throws an error and I end up including all libs.a. Would appreciate any help.