xiaoxiang781216 commented on pull request #5264:
URL: https://github.com/apache/incubator-nuttx/pull/5264#issuecomment-1017095859


   @eenurkka  do you know why opensbi fail to compile?
   
https://github.com/apache/incubator-nuttx/runs/4872097845?check_suite_focus=true
   ```
   Error: 
/github/workspace/sources/nuttx/arch/risc-v/src/opensbi/opensbi-3rdparty/include/sbi/sbi_types.h:47:15:
 error: conflicting types for '_Bool8'
    typedef int   bool;
                  ^~~~
   /github/workspace/sources/nuttx/include/stdbool.h:100:17: note: previous 
declaration of '_Bool8' was here
    typedef uint8_t _Bool8;
                    ^~~~~~
   In file included from chip/mpfs_opensbi.c:45:
   
/github/workspace/sources/nuttx/arch/risc-v/src/opensbi/opensbi-3rdparty/include/sbi/sbi_types.h:59:
 error: "true" redefined [-Werror]
    #define true   TRUE
   ```
   


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