-->
Page 1 of 1

How shoud I build liblwip?

PostPosted: Sun Jun 25, 2017 8:07 am
by Pyjong
Hi I tried building liblwip I found in tools/sdk. running 'make' produces liblwip_gcc.a in lib subdirectory, but the size of the file is 1159KB :/
So I removed -g switch from the Makefile and the size got to roughly 400K which is acceptable.. Though this can't proper approach I shouldn't be messing with the Makefile like this. How is this supposed to be built?