Hello,
I was trying to call a few functions from librtc.a temprature_sens_read() and hall_sens_read().
But it seems the file doesn’t get linked.
linker command
I tried adding librtc.a in additional linker inputs with the absolute path. it only accepted it within quotes and it didn’t help.
I believe the library is included since -lrtc and -L../../../../../../SysGCC/esp32/esp32-bsp/esp-idf/components/esp32/lib are included in the command
I succeeded in calling these functions when building esp-idf on my linux machine. I know those functions are there, how do I call them.
Thanks,
Frank