adamgreen / gcc4mbed

Project to allow GCC compilation of code using mbed SDK libraries.
172 stars 68 forks source link

Inclusion of FEATURE_LWIP #72

Closed mateusmenezes95 closed 3 years ago

mateusmenezes95 commented 5 years ago

Dear Adam!

https://github.com/adamgreen/gcc4mbed/blob/7d79ef307e65f4f913bed655c887a632352c286c/build/ARCH_MAX-device.mk#L11 Should not FEATURE_LWIP be included here?

When I try to compile the code without FEATURE_LWIP for the ARCH_MAX target, I get an error in not including the EthernetInterface.h. However, when I include FEATURE_LWIP in the ARCH_MAX-device.mk file, the code compiles without errors

Error message:

...src/main.cpp:7:10: fatal error: EthernetInterface.h: No such file or directory
...#include <EthernetInterface.h>
adamgreen commented 3 years ago

This project is no longer under active development.