You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/10/13 01:28:41 UTC

[GitHub] [mynewt-core] chris-zen commented on issue #1994: Test fails to execute on Mac OS (Mojave)

chris-zen commented on issue #1994: Test fails to execute on Mac OS (Mojave)
URL: https://github.com/apache/mynewt-core/issues/1994#issuecomment-541376536
 
 
   @manish-sudo you are probably using the MacOS default gcc, which uses clang. You can follow the documentation to install other versions of gcc.
   
   But this same test also fails for me even when using the recommended versions in the documentation (tried with gcc 5, 6 and 9 getting different kind of errors):
   ```
   Compiling repos/apache-mynewt-core/crypto/tinycrypt/src/ecc_dsa.c
   In file included from /usr/local/Cellar/gcc@5/5.5.0_3/lib/gcc/5/gcc/x86_64-apple-darwin17.7.0/5.5.0/include/stdint.h:9:0,
                    from repos/apache-mynewt-core/crypto/tinycrypt/include/tinycrypt/aes.h:52,
                    from repos/apache-mynewt-core/crypto/tinycrypt/src/aes_decrypt.c:33:
   /usr/local/Cellar/gcc@5/5.5.0_3/lib/gcc/5/gcc/x86_64-apple-darwin17.7.0/5.5.0/include-fixed/stdint.h:27:32: fatal error: sys/_types/_int8_t.h: No such file or directory
   compilation terminated.
   Error: Test failure(s):
   Passed tests: []
   Failed tests: [sys/config/selftest-nffs sys/config/selftest-fcb]
   ```

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


With regards,
Apache Git Services