Skip to content

[LWIP] - Wrong header inclusion #2993

Closed
@pan-

Description

@pan-

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions