5frank opened a new issue #2324:
URL: https://github.com/apache/mynewt-core/issues/2324
I get the following error from gcc when building a empty app with the native
bsp:
```
Error: In file included from
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h:9,
from
repos/apache-mynewt-core/crypto/tinycrypt/include/tinycrypt/aes.h:52,
from
repos/apache-mynewt-core/crypto/tinycrypt/src/aes_encrypt.c:33:
/usr/include/stdint.h:276:17: error: missing binary operator before token "("
#if __GLIBC_USE (IEC_60559_BFP_EXT)
^
```
----------------------------------------------------------------
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]