You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/01 13:48:42 UTC

[GitHub] [incubator-nuttx] patacongo commented on pull request #1167: drivers/serial/pty.c: Correct returned number of bytes.

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:
users@infra.apache.org