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>
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 errorsError message: