extinguish commented on PR #3224: URL: https://github.com/apache/nuttx-apps/pull/3224#issuecomment-3594153872
> Thank you @extinguish, CI build errors, please fix :-) > > ``` > ==================================================================================== > Configuration/Tool: nucleo-h743zi/elf,CONFIG_ARM_TOOLCHAIN_CLANG > 2025-11-28 10:31:47 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI > Enabling CONFIG_ARM_TOOLCHAIN_CLANG > Building NuttX... > Error: <inline asm>:5:12: error: Could not find incbin file '../../apps/examples/elf/tests/romfs.img' > 5 | .incbin "../../apps/examples/elf/tests/romfs.img" > | ^ > 1 error generated. > make[2]: *** [/github/workspace/sources/nuttx/boards/Board.mk:83: stm32_romfs_initialize.o] Error 1 > make[2]: Target 'libboard.a' not remade because of errors. > make[1]: *** [Makefile:187: board/libboard.a] Error 2 > make[1]: Target 'nuttx' not remade because of errors. > make: *** [tools/Unix.mk:552: nuttx] 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 nucleo-h743zi/elf > On branch master > Your branch is up to date with 'origin/master'. > ``` this is fixed in https://github.com/apache/nuttx/pull/17397, the current pull request is depends on https://github.com/apache/nuttx/pull/17397, and need to pass CI together -- 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]
