Hello,
I have trouble when trying to use TivaWare_C_Series-2.2.0.295 SDK eth_client_lwip.h library in enet_lwip example project:
The problem is, when I link eth_client_lwip.c library source code to enet_lwip project and compile, I get this error:
dns_tmr() function is from dns.h library which is included in eth_client_lwip.h. Form error it seems that eth_client_lwip.h can't find dns.h source code. Even when I link dns.c library source code to project, the error remains. I looked for working solution on the internet, but with no luck.
The way I link eth_client_lwip.h and dns.h libraries source codes to project is the same: right-click on project -> Add files... -> Link (locations relative to SW_ROOT). An then move linked files to created respective folders in project directory:
Linked resources:
Compile include options:
Linker file search path:
Does anyone know how fix this error? I'm without ideas.
Thanks in advance,
Giedre