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 2022/10/31 02:04:45 UTC

[GitHub] [incubator-nuttx] SPRESENSE opened a new issue, #7481: Build: error by "net: move IPv4/6BUF define to common header"

SPRESENSE opened a new issue, #7481:
URL: https://github.com/apache/incubator-nuttx/issues/7481

   build break by https://github.com/apache/incubator-nuttx/pull/7431
   ```
   devif/ipv6_input.c: In function 'ipv6_input':
   devif/ipv6_input.c:59:33: error: 'TCPIPv6BUF' undeclared (first use in this function); did you mean 'IPv6BUF'?
      59 | #define PAYLOAD ((FAR uint8_t *)TCPIPv6BUF)
         |                                 ^~~~~~~~~~
   devif/ipv6_input.c:302:14: note: in expansion of macro 'PAYLOAD'
     302 |   payload  = PAYLOAD;     /* Assume payload starts right after IPv6 header */
         |
   ```
   
   Probably a compile error occurs under the following conditions.
   ```
   CONFIG_NET_TCP=y
   CONFIG_NET_IPv6=y
   CONFIG_NET_TCP_NO_STACK=y
   ```
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #7481: Build: error by "net: move IPv4/6BUF define to common header"

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 closed issue #7481: Build: error by "net: move IPv4/6BUF define to common header"
URL: https://github.com/apache/incubator-nuttx/issues/7481


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org