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/09 07:22:07 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #502: tools: Add workaround not to build in parallel for ELF in testbuild.sh

xiaoxiang781216 commented on issue #502: tools: Add workaround not to build in parallel for ELF in testbuild.sh
URL: https://github.com/apache/incubator-nuttx/pull/502#issuecomment-596367333
 
 
   @masayuki2009 do you mean this error:
   ```
   riscv64-unknown-elf-ld: /home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/nuttx/staging/libapps.a(elf_main.home.jenkins.jenkins-slave.workspace.NuttX-Nightly-Build.apps.examples.elf.o): in function `elf_main':
   /home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/apps/examples/elf/elf_main.c:357: undefined reference to `g_elf_nexports'
   riscv64-unknown-elf-ld: /home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/apps/examples/elf/elf_main.c:357: undefined reference to `g_elf_exports'
   make[1]: *** [nuttx] Error 1
   make: *** [pass2] Error 2
   make: Target 'all' not remade because of errors.
   ```
   How about let's try to fix it first?

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