Tool/software:
Using: CCS Version: 20.0.2.5__1.6.2, TI Launchpad kit with Sitara AM243x MCU
I'm trying to add a CGI handler to one of the demo applications (ti/mcu_plus_sdk_am243x_10_01_00_32/source/networking/enet/core/examples/lwip/cpsw_lwip_https), I added httpd.h and httpd_opts.h headers, created and included lwipopts.h with these defines
#define LWIP_HTTPD 1
#define LWIP_HTTPD_CGI 1
#define LWIP_HTTPD_SUPPORT_POST 1
symbol in file
--------- ----------------
http_set_cgi_handlers ./app_main
error #10010: errors encountered during linking; "cpsw_lwip_https_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" not built
Thanks