Closed
Description
Description
- Type: Bug |
The file emav_lwip.c
include the header platform.h
which includes C++
standard headers. Therefore, the compilation fail on GCC because standard C++ headers are not accessible from C files.
This bug can be hidden by the duplicate platform.h
in the code base, depending on the project, the compiler can pick the one in mbedtls
or the one in platform
.
Bug
Target
K64F
Toolchain:
GCC_ARM
Toolchain version:
4.9.3
mbed-cli version:
0.9.5
meed-os sha:
a551faa