Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling master branch lwip in arduino core ESP8266 #53

Open
buitre-buitaker opened this issue Oct 11, 2021 · 3 comments
Open

Error compiling master branch lwip in arduino core ESP8266 #53

buitre-buitaker opened this issue Oct 11, 2021 · 3 comments

Comments

@buitre-buitaker
Copy link

buitre-buitaker commented Oct 11, 2021

Hi!

Trying yo apply changes in lwip library but I get an error (original error message in Spanish):

No se esperaba v6 en este momento. ---> Don´t wait V6 in this moment.

PS C:\Users\XXXXXX\Documents\Arduino\hardware\esp8266com\esp8266\tools\sdk\lwip2> make install git submodule update --init --recursive builder
make -C builder -f Makefile.arduino install
make[1]: Entering directory 'C:/Users/XXXXX/Documents/Arduino/hardware/esp8266com/esp8266/tools/sdk/lwip2/builder'
for v6 in 0 1; do
for mss in 536 1460; do
for feat in 0 1; do
test ( $feat = 0 ) -a ( $v6 = 1 ) && continue;
featname= ;
test $feat = 1 && featname=-feat ;
make -f makefiles/Makefile.build-lwip2
target=arduino
DEFINE_TARGET=ARDUINO
SDK=../..
LWIP_ESP=glue-esp/lwip-1.4-arduino/include
LWIP_LIB=liblwip$((2+4v6))-$mss$featname.a
LWIP_LIB_RELEASE=../../lib/liblwip$((2+4
v6))-$mss$featname.a
LWIP_INCLUDES_RELEASE=../include
TOOLS=C:/Users/XXXXXXX/Documents/Arduino/hardware/esp8266com/esp8266/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-
TCP_MSS=$mss LWIP_FEATURES=$feat LWIP_IPV6=$v6
BUILD=build-$mss$featname-v$((4+2*v6))
install ;
done; done; done
No se esperaba v6 en este momento.
Makefile.arduino:4: recipe for target 'install' failed
make[1]: *** [install] Error 255
make[1]: Leaving directory 'C:/Users/XXXXX/Documents/Arduino/hardware/esp8266com/esp8266/tools/sdk/lwip2/builder'
Makefile:3: recipe for target 'install' failed
make: *** [install] Error 2

@d-a-v
Copy link
Owner

d-a-v commented Oct 11, 2021

One hardly understands to which line of the Makefile this "v6" error refers to.
This script is currently working with Linux.
You are running windows, did you try to use WSL2 ?

@buitre-buitaker
Copy link
Author

I have in mind this option. I wil try.

Thank you!

@d-a-v
Copy link
Owner

d-a-v commented Jan 3, 2022

Any update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants