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/02/15 03:35:22 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5501: boards/sim: Add adb config for test

xiaoxiang781216 opened a new pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501


   ## Summary
   help develop and test adb on sim.
   
   ## Impact
   New config for sim
   
   ## Testing
   Pass CI
   


-- 
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 pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1039965544


   > mention it in boards/sim/sim/sim/README.txt? otherwise lgtm
   
   Done.


-- 
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] pkarashchenko merged pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501


   


-- 
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 pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1041807612


   Yes, you are right.


-- 
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 pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1039965544


   > mention it in boards/sim/sim/sim/README.txt? otherwise lgtm
   
   Done.


-- 
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 pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1059768695


   @pkarashchenko it's finally pass the build.


-- 
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] pkarashchenko commented on pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1057807226


   Please rebase on top of the 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] masayuki2009 commented on pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049802385


   @xiaoxiang781216 
   
   ```
   ====================================================================================
   Configuration/Tool: sim/adb
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
   
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   100   127  100   127    0     0    920      0 --:--:-- --:--:-- --:--:--   920
   From https://github.com/spiriou/microADB
    * branch            b7025c67b866925d1e64c016a844a6a3392557a4 -> FETCH_HEAD
   
   100  711k    0  711k    0     0   797k      0 --:--:-- --:--:-- --:--:--  797k
   100 1571k    0 1571k    0     0  1633k      0 --:--:-- --:--:-- --:--:-- 12.0M
   /usr/bin/ld: nuttx.rel: in function `adb_uv_on_data_available':
   /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_packet.c:141: undefined reference to `uv_read_stop'
   /usr/bin/ld: nuttx.rel: in function `tcp_uv_write':
   /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:68: undefined reference to `uv_write'
   /usr/bin/ld: nuttx.rel: in function `tcp_uv_kick':
   /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:84: undefined reference to `uv_read_start'
   /usr/bin/ld: nuttx.rel: in function `tcp_on_connection':
   /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:132: undefined reference to `uv_tcp_init'
   /usr/bin/ld: /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:139: undefined reference to `uv_accept'
   /usr/bin/ld: /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:143: undefined reference to `uv_read_start'
   /usr/bin/ld: nuttx.rel: in function `adb_uv_tcp_setup':
   /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:161: undefined reference to `uv_tcp_init'
   /usr/bin/ld: /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:172: undefined reference to `uv_tcp_bind'
   /usr/bin/ld: /github/workspace/sources/apps/system/adb/microADB/hal/hal_uv_client_tcp.c:178: undefined reference to `uv_listen'
   collect2: error: ld returned 1 exit status
   make[1]: *** [Makefile:298: nuttx] Error 1
   make: *** [tools/Unix.mk:509: nuttx] Error 2
   make: Target 'all' not remade because of errors.
   ```


-- 
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] pkarashchenko commented on pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1041712994


   Seems that this change depends on https://github.com/apache/incubator-nuttx/pull/5503


-- 
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 pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049892157


   @masayuki2009 we need new libuv to pass the build. @no1wudi will provide the patch soon.


-- 
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] no1wudi commented on pull request #5501: boards/sim: Add adb config for test

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #5501:
URL: https://github.com/apache/incubator-nuttx/pull/5501#issuecomment-1049894844


   Yes, I'll update https://github.com/apache/incubator-nuttx-apps/pull/854 tomorrow.


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