You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/15 14:02:51 UTC

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #15: Remove unselectable CONFIG_NET_TCP_READHEAD dependencies.

patacongo opened a new pull request #15: Remove unselectable CONFIG_NET_TCP_READHEAD dependencies.
URL: https://github.com/apache/incubator-nuttx-apps/pull/15
 
 
   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 built 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'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] acassis merged pull request #15: Remove unselectable CONFIG_NET_TCP_READHEAD dependencies.

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #15: Remove unselectable CONFIG_NET_TCP_READHEAD dependencies.
URL: https://github.com/apache/incubator-nuttx-apps/pull/15
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services