Using Sming in windows with Eclipse.
Trying to build Basic_Blink with wifi disabled.
The documentations says there is a linker directive called DISABLE_WIFI.
With this set to 1, the code size should drop from 200k to 60k.
So I added 'DISABLE_WIFI := 1' to the Basic_Blink component.mk file.
Make clean, then make all.
Still the code size is 200k
How do I force a re-link with wifi disabled?
Have I edited the the correct file?
Ray