Mandeep Sandhu wrote:
I observed another thing while debugging this issue. Even though my Default interface is set to eth0, the option CYGDAT_LWIP_ETH0_DEFAULT in the .ecc file is still not set! I'm using "configtool" to change my config. Is this a GUI tool issue?
Well, it is not set, but the default value for eth0 is '1' so it does not need to be overwritten by a user value. When creating the tree you will notice the proper #define in include/pkgconf/net_lwip.h:
#define CYGPKG_LWIP_ETH0_CONF 1 Simon -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
