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/03/21 10:10:55 UTC

[GitHub] [incubator-nuttx-apps] liuguo09 opened a new pull request #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …

liuguo09 opened a new pull request #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …
URL: https://github.com/apache/incubator-nuttx-apps/pull/130
 
 
   …at link time
   
   It seems in the time window mksymtab.sh redirect to symtab.c, there is chance symtab.c
   would also be built meantime. Then if built before symtab.c write done, link errors may
   occur. So use rename and mv operation to reduce the possibility.
   
   Signed-off-by: liuhaitao <li...@xiaomi.com>

----------------------------------------------------------------
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] liuguo09 commented on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …

Posted by GitBox <gi...@apache.org>.
liuguo09 commented on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …
URL: https://github.com/apache/incubator-nuttx-apps/pull/130#issuecomment-602154444
 
 
   @masayuki2009 
   the link error seems still happened in today's nightly build : (
   It's weird I haven't reproduced in oneshot build recently.
   since the full build log is very huge, we may see it in tomorrow's nightly 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …
URL: https://github.com/apache/incubator-nuttx-apps/pull/130#issuecomment-602159065
 
 
   > @masayuki2009
   > the link error seems still happened in today's nightly build : (
   > It's weird I haven't reproduced in oneshot build recently.
   > since the full build log is very huge, we may see it in tomorrow's nightly build.
   
   Of course I can't reproduce the link errors on my machine.
   
   And it's very curios because there are 4 defconfigs which have CONFIG_EXAMPLES_POSIXSPAWN=y and 7 defconfigs which has CONFIG_EXAMPLES_ELF=y but almost always lc823450-xgevk:posix_spawn and maix-bit:elf fail. 
   
   
   

----------------------------------------------------------------
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] masayuki2009 edited a comment on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …

Posted by GitBox <gi...@apache.org>.
masayuki2009 edited a comment on issue #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …
URL: https://github.com/apache/incubator-nuttx-apps/pull/130#issuecomment-602159065
 
 
   > @masayuki2009
   > the link error seems still happened in today's nightly build : (
   > It's weird I haven't reproduced in oneshot build recently.
   > since the full build log is very huge, we may see it in tomorrow's nightly build.
   
   @liuguo09 
   Of course I can't reproduce the link errors on my machine.
   
   And it's very curios because there are 4 defconfigs which have CONFIG_EXAMPLES_POSIXSPAWN=y and 7 defconfigs which has CONFIG_EXAMPLES_ELF=y but almost always lc823450-xgevk:posix_spawn and maix-bit:elf fail. 
   
   
   

----------------------------------------------------------------
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] masayuki2009 merged pull request #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged pull request #130: examples: Fix elf/module/posix_spawn sometimes parallel build errors …
URL: https://github.com/apache/incubator-nuttx-apps/pull/130
 
 
   

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