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

   @anjiahao1 please fix the compilation error:
   
   ```
   [2/398] Building C object mm/CMakeFiles/mm.dir/mempool/mempool.c.o
   FAILED: mm/CMakeFiles/mm.dir/mempool/mempool.c.o 
   /tools/ccache/bin/cc @mm/CMakeFiles/mm.dir/mempool/mempool.c.o.rsp -MD -MT 
mm/CMakeFiles/mm.dir/mempool/mempool.c.o -MF 
mm/CMakeFiles/mm.dir/mempool/mempool.c.o.d -o 
mm/CMakeFiles/mm.dir/mempool/mempool.c.o -c 
/github/workspace/sources/nuttx/mm/mempool/mempool.c
   /github/workspace/sources/nuttx/mm/mempool/mempool.c: In function 
'mempool_release':
   Error: /github/workspace/sources/nuttx/mm/mempool/mempool.c:448:29: error: 
'blocksize' undeclared (first use in this function); did you mean 'flockfile'?
     448 |   if (pool->interruptsize > blocksize)
         |                             ^~~~~~~~~
         |                             flockfile
   /github/workspace/sources/nuttx/mm/mempool/mempool.c:448:29: note: each 
undeclared identifier is reported only once for each function it appears in
   ```
   
   Did you test it compiling the current mainline?


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