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/23 23:04:28 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 commented on issue #138: examples: Fix the parallel build break

masayuki2009 commented on issue #138: examples: Fix the parallel build break
URL: https://github.com/apache/incubator-nuttx-apps/pull/138#issuecomment-602904460
 
 
   > @masayuki2009 @patacongo this PR can fix the parallel build break, please merge it.
   
   @xiaoxiang781216 
   Hmm, I've just tried parallel-build-aging.sh which I did before but it failed.
   Anway, let's see what will happen at today's nightly build.
   
   ```
   make[4]: Entering directory '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf/tests/helloxx'
   LD: hello++1.o
   riscv64-unknown-elf-ld: hello++1.o: file not recognized: file truncated
   Makefile:126: recipe for target 'hello++1' failed
   make[4]: *** [hello++1] Error 1
   make[4]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf/tests/helloxx'
   Makefile:86: recipe for target 'helloxx_install' failed
   make[3]: *** [helloxx_install] Error 2
   make[3]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf/tests'
   Makefile:59: recipe for target 'build' failed
   make[2]: *** [build] Error 2
   make[2]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf'
   CC:  environ/env_removevar.c
   Makefile:64: recipe for target '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf_all' failed
   make[1]: *** [/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps/examples/elf_all] Error 2
   make[1]: Leaving directory '/mnt/m2ssd/opensource/github_masayuki2009/apache-nuttx-sync/apps'
   ```
   

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