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/10 13:08:50 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new issue, #7271: Build error with SIM_NETUSRSOCK.

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

   When `SIM_NETUSRSOCK` the simulator build fails.
   
   I get the following error:
   
   ```sh
   /usr/bin/ld: up_usrsock_host.o: in function `usrsock_host_loop':
   /path/nuttx/arch/sim/src/sim/posix/up_usrsock_host.c:514: undefined reference to `usrsock_event_callback'
   collect2: error: ld returned 1 exit status
   ```


-- 
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] fjpanag commented on issue #7271: Build error with SIM_NETUSRSOCK.

Posted by GitBox <gi...@apache.org>.
fjpanag commented on issue #7271:
URL: https://github.com/apache/incubator-nuttx/issues/7271#issuecomment-1273395024

   @ethanlcz I just tried with 6b7fe6ea8e2916f6c06a77c965bcce2d1e53e011 and it still fails.
   
   Can you please share your config, to check for any differences?


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


[GitHub] [incubator-nuttx] ethanlcz commented on issue #7271: Build error with SIM_NETUSRSOCK.

Posted by GitBox <gi...@apache.org>.
ethanlcz commented on issue #7271:
URL: https://github.com/apache/incubator-nuttx/issues/7271#issuecomment-1273339338

   > ```shell
   > up_usrsock_host.c
   > ```
   
   I try to build adb, which enabled SIM_NETUSRSOCK by default and get success result.
   Did you upgrade your codebase to latest master?
   


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


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #7271: Build error with SIM_NETUSRSOCK.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #7271:
URL: https://github.com/apache/incubator-nuttx/issues/7271#issuecomment-1273597533

   usrsock config is already enabled in daily build:
   https://github.com/apache/incubator-nuttx/blob/master/boards/sim/sim/sim/configs/adb/defconfig#L37-L40
   Please compare yours with the upper.


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


[GitHub] [incubator-nuttx] fjpanag commented on issue #7271: Build error with SIM_NETUSRSOCK.

Posted by GitBox <gi...@apache.org>.
fjpanag commented on issue #7271:
URL: https://github.com/apache/incubator-nuttx/issues/7271#issuecomment-1274510986

   `NET_USRSOCK_CUSTOM` is needed for this to build successfully.  
   Unfortunately, `SIM_NETUSRSOCK` cannot select `NET_USRSOCK_CUSTOM` since the later is a choice.
   
   I don't think that there is anything more to do on this.


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


[GitHub] [incubator-nuttx] fjpanag closed issue #7271: Build error with SIM_NETUSRSOCK.

Posted by GitBox <gi...@apache.org>.
fjpanag closed issue #7271: Build error with SIM_NETUSRSOCK.
URL: https://github.com/apache/incubator-nuttx/issues/7271


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