patacongo commented on pull request #1167:
URL: https://github.com/apache/incubator-nuttx/pull/1167#issuecomment-636871168


   The build failed because of this in qemu-intel64:nsh
   
       /usr/lib/gcc/x86_64-linux-gnu/8/include/mm_malloc.h:32:12: error: 
expected identifier or '(' before 'void'
        extern int posix_memalign (void **, size_t, size_t);
                   ^~~~~~~~~~~~~~
       /usr/lib/gcc/x86_64-linux-gnu/8/include/mm_malloc.h:32:12: error: 
expected ')' before '=' token
        extern int posix_memalign (void **, size_t, size_t);
                   ^~~~~~~~~~~~~~
       /usr/lib/gcc/x86_64-linux-gnu/8/include/mm_malloc.h:32:12: error: 
expected ')' before '?' token
        extern int posix_memalign (void **, size_t, size_t);
                   ^~~~~~~~~~~~~~
   
   @xiaoxiang781216 This looks like breakage from PR #1164


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to