This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Building Errors

Hi,

I am using Hercules development kit and i use lwip 1.4.1 library.  This library includes a header file which has define LWIP_HTTPD_SUPPORT_ POST. I can active some functions with setting this define to 1. But when i set it to 1 and build my project, i have seen some errors on console. These errors are below,

#10010 errors encountered during linking "BuildTMS570.out" not built

#unresolved symbol httpd_post_begin, first referenced in lwip-1.4.1/apps/httpserver_raw/httpd.obj

#unresolved symbol httpd_post_finished, first referenced in lwip-1.4.1/apps/httpserver_raw/httpd.obj

#unresolved symbol httpd_post_receive_data, first referenced in lwip-1.4.1/apps/httpserver_raw/httpd.obj,

Can anyone help me?

Regards.