All
I have done a lot of work towards getting the SCARA robot built, the board(s) built, and now am having a problem with the compiling
I am getting the following errors:
c:\Users\…..ld.exe:
.pio/build/featheresp32/lib97a/libESP Async WebServer.a(WebAuthentication.cpp.o):(.text._ZL6getMD5PhtPc+0xc): undefined reference to `mbedtls_md5_starts’
c:\Users\…..ld.exe:
.pio/build/featheresp32/lib97a/libESP Async WebServer.a(WebAuthentication.cpp.o): in function `getMD5(unsigned char*, unsigned short, char*)’:
C:\Users\…../.pio/libdeps/featheresp32/ESP Async WebServer/src/WebAuthentication.cpp:68:
undefined reference to `mbedtls_md5_starts’
They are occurring just as the compiler starts to link the firmware.elf
Anyone with more knowledge than I when it comes to deducing error codes??
Thanks in advance
Naldo