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/07/08 02:22:39 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6586: Sabre6quad netknsh

masayuki2009 opened a new pull request, #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586

   ## Summary
   
   - This PR consists of the following 2 commits
     - commit 1: syscall: Fix task_tls_alloc in syscall.csv
     - commit 2: boards: sabre-6quad: Add netknsh/defconfig
   
   ## Impact
   
   - None
   
   ## Testing
   
   - Tested with qemu-6.2


-- 
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 #6586: Sabre6quad netknsh

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

   Let me try to remove tcpblaster and udpblaster from sabre-6quad:netknsh.
   


-- 
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 #6586: Sabre6quad netknsh

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

   >How about we fix the problem instead?
   
   @xiaoxiang781216 
   I noticed that cibuild.sh -G works but you removed the option in .github/workflows/build.yml
   


-- 
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 #6586: Sabre6quad netknsh

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

   >Is it the first ci try to build tcpblaster/udpblaster? look like both examples forget to clean up the temp files.
   
   Yes for CONFIG_BUILD_KERNEL=y but no for CONFIG_BUILD_FLAT=y (i.e. sabre-6quad:netnsh)
   


-- 
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 #6586: Sabre6quad netknsh

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

   > Hmm, it seems that the build failed.
   
   Is it the first ci try to build tcpblaster/udpblaster? look like both examples forget to clean up the temp files.


-- 
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 #6586: Sabre6quad netknsh

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

   Hmm, it seems that the build failed.
   


-- 
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 #6586: Sabre6quad netknsh

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

   @xiaoxiang781216 
   I've just sent  https://github.com/apache/incubator-nuttx-apps/pull/1216
   


-- 
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 #6586: Sabre6quad netknsh

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

   How about we fix the problem instead?


-- 
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] acassis merged pull request #6586: Sabre6quad netknsh

Posted by GitBox <gi...@apache.org>.
acassis merged PR #6586:
URL: https://github.com/apache/incubator-nuttx/pull/6586


-- 
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 #6586: Sabre6quad netknsh

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

   > .github/workflows/build.yml
   
   Yes, because I want CI verify that "make distclean" can remove all temporary files.


-- 
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 #6586: Sabre6quad netknsh

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

   Let me disable the iperf app until the build system for apps is fixed.
   


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