mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
NuttX commit 346336bb9e5c9199b82e34d08bf23dd1bc389460 make CONFIG_NET_TCP_READADHEAD unselectable and removed all references to CONFIG_NET_TCP_READHEAD from the the NuttX repositories. However, there was no corresponding removal of CONFIG_NET_TCP_READHEAD from the apps/ repository. As a result, there was logic that depended on the selection of CONFIG_NET_TCP_READHEAD that could never be enabled. This was found during build testing using the configuration olimex-lpc1766stk/thttpd-binfs. THTTPD was not being build fully because it had dependencies on CONFIG_NET_TCP_READHEAD. There resulted int numerous new warnings and, finally, the error: (.../apps.examples.thttpd.o): in function `thttp_main': thttpd_main.c:(.text+0x104): undefined reference to `thttpd_main' |
||
|---|---|---|
| .. | ||
| cgi-src | ||
| .gitignore | ||
| config.h | ||
| fdwatch.c | ||
| fdwatch.h | ||
| Kconfig | ||
| libhttpd.c | ||
| libhttpd.h | ||
| Make.defs | ||
| Makefile | ||
| mime_types.h | ||
| tdate_parse.c | ||
| tdate_parse.h | ||
| thttpd.c | ||
| thttpd_alloc.c | ||
| thttpd_alloc.h | ||
| thttpd_cgi.c | ||
| thttpd_cgi.h | ||
| thttpd_strings.c | ||
| thttpd_strings.h | ||
| timers.c | ||
| timers.h | ||