hartmannathan commented on PR #17192: URL: https://github.com/apache/nuttx/pull/17192#issuecomment-3399898476
> > Is the CI test failing because of lines like this: > > > > > > ``` > > > ==================================================================================== > > > Configuration/Tool: sam4l-xplained/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI > > > 2025-10-13 16:53:05 > > > ------------------------------------------------------------------------------------ > > > Cleaning... > > > Configuring... > > > Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI > > > Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI > > > Building NuttX... > > > [1/1] Normalize sam4l-xplained/nsh > > > /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found > > > /usr/bin/bash: line 1: arm-nuttx-elf-gcc: command not found > > > ``` > > > > > > (Maybe the script should be updated to output an actual `Error:` line that will be highlighted in the GitHub CI web interface?) > > > > Hi @hartmannathan, > > > > Thank you for catching that. > > I'm not very familiar with CI, but I think the build failure is unrelated to my PR. I think you are correct: it seems the CI is missing the compiler for some platforms, but I don't know how this can be. I am out of time for today but hopefully someone who understands the CI better can help. -- 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]
