xiaoxiang781216 commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3065473941

   > > @jingfei195887 please fix this error:
   > > ```
   > > 
====================================================================================
   > > Configuration/Tool: sama5d4-ek/at25boot,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   > > 2025-07-11 14:26:07
   > > 
------------------------------------------------------------------------------------
   > >   Cleaning...
   > >   Configuring...
   > >   Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   > >   Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   > >   Building NuttX...
   > >   [1/1] Normalize sama5d4-ek/at25boot
   > > 42d41
   > > < CONFIG_SAMA5D4EK_AT25_MTD=y
   > > Saving the new configuration file
   > > HEAD detached at pull/16642/merge
   > > Changes not staged for commit:
   > >   (use "git add <file>..." to update what will be committed)
   > >   (use "git restore <file>..." to discard changes in working directory)
   > >  modified:   boards/arm/sama5/sama5d4-ek/configs/at25boot/defconfig
   > > 
   > > no changes added to commit (use "git add" and/or "git commit -a")
   > > ```
   > 
   > I have tested this in my local environment today:
   > 
   >     1. ./tools/configure.sh -l sama5d4-ek/at25boot
   > 
   >     2. make
   > 
   > 
   > but everything is fine, maybe it's the CI's environment problem and I will 
retrigger a CI to retest it
   
   you need run:
   ```
   ./tools/refresh.sh --silent ama5d4-ek/at25boot
   ```
   and ensure `git status` no stale change.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to