acassis commented on PR #17792:
URL: https://github.com/apache/nuttx/pull/17792#issuecomment-3720147036

   @jerenkrantz the issue is happening in BL602 board:
   
   ```
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: errno] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: errno_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: hello] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: hello_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:56: struct] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: struct_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: signal] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: signal_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: mutex] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: mutex_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:101: hello++1] Error 1
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:105: hello++2] Error 1
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:112: hello++3] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: helloxx_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: pthread] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: pthread_install] Error 2
   riscv-none-elf-ld: cannot find 
/github/workspace/sources/nuttx/arch/risc-v/src/crt0.o: No such file or 
directory
   make[4]: *** [Makefile:57: task] Error 1
   make[4]: Target 'install' not remade because of errors.
   make[3]: *** [Makefile:88: task_install] Error 2
   make[3]: Target 'all' not remade because of errors.
   make[2]: *** [Makefile:61: build] Error 2
   make[2]: Target 'all' not remade because of errors.
   make[1]: *** [Makefile:54: /github/workspace/sources/apps/examples/elf_all] 
Error 2
   make[1]: Target 'all' not remade because of errors.
   make: *** [tools/LibTargets.mk:248: 
/github/workspace/sources/apps/libapps.a] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: 
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or 
directory
     [1/1] Normalize bl602evb/elf
     ```
     
     Maybe @lupyuen could know what is happening anyway I will restart the CI 
to check whether it is a transient issue or not.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to