hujun260 commented on PR #14960:
URL: https://github.com/apache/nuttx/pull/14960#issuecomment-2507064665

   > > > fixed missing update running_task
   > > 
   > > 
   > > Thanks. I'll trigger it again
   > 
   > Xtensa is failing to build with
   > 
   > ```
   > common/xtensa_assert.c: In function 'xtensa_panic':
   > common/xtensa_assert.c:75:3: error: implicit declaration of function 
'xtensa_set_interrupt_context'; did you mean 'up_set_interrupt_context'? 
[-Werror=implicit-function-declaration]
   >    75 |   xtensa_set_interrupt_context(true);
   >       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   >       |   up_set_interrupt_context
   > cc1: all warnings being treated as errors
   > make[1]: *** [Makefile:144: xtensa_assert.o] Error 1
   > make[1]: *** Waiting for unfinished jobs....
   > make: *** [tools/LibTargets.mk:170: arch/xtensa/src/libarch.a] Error 2
   > make: *** Waiting for unfinished jobs....
   > ```
   
   fixed


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