d-a-v / esp82xx-nonos-linklayer

esp8266 link layer API for new ip stack - applied to lwIP-v2
31 stars 22 forks source link

compile error #34

Open skylli opened 5 years ago

skylli commented 5 years ago

platform: centos7

 esp82xx-nonos-linklayer]$ make -f Makefile.arduino  install
make -f makefiles/Makefile.build-lwip2 \
                target=arduino \
                SDK=../.. \
                LWIP_ESP=../../lwip/include \
                LWIP_LIB=liblwip2.a \
                LWIP_LIB_RELEASE=../../lib/liblwip2.a \
                LWIP_INCLUDES_RELEASE=../include \
                TOOLS=../../../xtensa-lx106-elf/bin/xtensa-lx106-elf- \
                TCP_MSS=536 BUILD=build-536 \
                install
d-a-v commented 5 years ago

The compilation for arduino has to be done from this directory.

Alternatively, you can use esp-open-sdk https://github.com/someburner/esp-open-sdk/tree/sdk2-lwip212