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

   @arjav1528 seems like there is an issue detected by CI, please try to 
reproduce it:
   
   ```
   
====================================================================================
   Cmake in present: sim/nxffs
   Configuration/Tool: sim/nxffs
   2026-02-17 11:08:01
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Select HOST_LINUX=y
     Select HOST_X86_64=y
      TOOLS_DIR path is "/github/workspace/sources/nuttx"
      HOST = Linux
     Building NuttX...
   [1/951] Building C object 
arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o
   FAILED: arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o 
   /tools/ccache/bin/cc 
@arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o.rsp -MD -MT 
arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o -MF 
arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o.d -o 
arch/CMakeFiles/arch.dir/sim/src/sim/sim_initialize.c.o -c 
/github/workspace/sources/nuttx/arch/sim/src/sim/sim_initialize.c
   In file included from 
/github/workspace/sources/nuttx/arch/sim/include/irq.h:34,
                    from /github/workspace/sources/nuttx/include/nuttx/irq.h:39,
                    from 
/github/workspace/sources/nuttx/include/nuttx/sched.h:42,
                    from 
/github/workspace/sources/nuttx/include/nuttx/arch.h:89,
                    from 
/github/workspace/sources/nuttx/arch/sim/src/sim/sim_initialize.c:27:
   Error: /github/workspace/sources/nuttx/arch/sim/include/setjmp.h:171:28: 
error: 'XCPTCONTEXT_REGS' undeclared here (not in a function)
     171 | typedef xcpt_reg_t jmp_buf[XCPTCONTEXT_REGS];
         |                            ^~~~~~~~~~~~~~~~
   In file included from 
/github/workspace/sources/nuttx/include/nuttx/sched.h:48:
   Error: /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:504:31: error: 
'CONFIG_NFILE_DESCRIPTORS_PER_BLOCK' undeclared here (not in a function)
     504 |   struct fd         fl_prefds[CONFIG_NFILE_DESCRIPTORS_PER_BLOCK];
         |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from /github/workspace/sources/nuttx/include/nuttx/tls.h:40,
                    from 
/github/workspace/sources/nuttx/include/nuttx/sched.h:50:
   Error: /github/workspace/sources/nuttx/include/nuttx/atexit.h:65:25: error: 
'CONFIG_LIBC_MAX_EXITFUNS' undeclared here (not in a function)
      65 |   struct atexit_s funcs[ATEXIT_MAX];
         |                         ^~~~~~~~~~
   /github/workspace/sources/nuttx/arch/sim/src/sim/sim_initialize.c: In 
function 'up_irqinitialize':
                    from /github/workspace/sources/nuttx/include/nuttx/irq.h:39,
                    from 
/github/workspace/sources/nuttx/include/nuttx/fs/fs.h:51,
                    from /github/workspace/sources/nuttx/include/stdio.h:36,
                    from 
/github/workspace/sources/nuttx/arch/sim/src/sim/sim_head.c:29:
   Error: /github/workspace/sources/nuttx/arch/sim/include/setjmp.h:171:28: 
error: 'XCPTCONTEXT_REGS' undeclared here (not in a function)
     171 | typedef xcpt_reg_t jmp_buf[XCPTCONTEXT_REGS];
         |                            ^~~~~~~~~~~~~~~~
   Error: /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:504:31: error: 
'CONFIG_NFILE_DESCRIPTORS_PER_BLOCK' undeclared here (not in a function)
     504 |   struct fd         fl_prefds[CONFIG_NFILE_DESCRIPTORS_PER_BLOCK];
         |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from /github/workspace/sources/nuttx/include/nuttx/tls.h:40,
                    from 
/github/workspace/sources/nuttx/include/nuttx/sched.h:50,
                    from 
/github/workspace/sources/nuttx/include/nuttx/arch.h:89,
                    from 
/github/workspace/sources/nuttx/arch/sim/src/sim/sim_head.c:36:
   Error: /github/workspace/sources/nuttx/include/nuttx/atexit.h:65:25: error: 
'CONFIG_LIBC_MAX_EXITFUNS' undeclared here (not in a function); did you mean 
'CONFIG_LIBC_MAX_TMPFILE'?
      65 |   struct atexit_s funcs[ATEXIT_MAX];
         |                         ^~~~~~~~~~
   In file included from 
/github/workspace/sources/nuttx/include/nuttx/syslog/syslog.h:32,
                    from 
/github/workspace/sources/nuttx/include/nuttx/syslog/syslog_rpmsg.h:31,
                    from 
/github/workspace/sources/nuttx/arch/sim/src/sim/sim_head.c:40:
   Error: /github/workspace/sources/nuttx/include/nuttx/streams.h:243:38: 
error: 'CONFIG_STREAM_OUT_BUFFER_SIZE' undeclared here (not in a function)
     243 |   char                        buffer[CONFIG_STREAM_OUT_BUFFER_SIZE];
         |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Error: /github/workspace/sources/nuttx/include/nuttx/streams.h:251:38: 
error: 'CONFIG_STREAM_HEXDUMP_BUFFER_SIZE' undeclared here (not in a function)
     251 |   char                        
buffer[CONFIG_STREAM_HEXDUMP_BUFFER_SIZE + 1];
         |                                      
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Error: /github/workspace/sources/nuttx/include/nuttx/streams.h:261:38: 
error: 'CONFIG_STREAM_BASE64_BUFFER_SIZE' undeclared here (not in a function)
     261 |   char                        
buffer[CONFIG_STREAM_BASE64_BUFFER_SIZE + 1];
         |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ninja: build stopped: subcommand failed.
   cp: cannot stat 'nuttx': No such file or directory
   
====================================================================================
   ``


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