This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Final network build problem


After much help from those on this list, I have finally got the network
stack to
build (Hardware e7t, Package net + Samsung KS32C5000 ethernet driver)

However, when I tried to compile my application I get the following:

/eCosBuild/Test2_install/lib/libtarget.a(net_common_bootp_support.o):In
function `init_net':
/ecos-e/home/repository/ecos/packages/net/common/current/src/bootp_support.c
:510
: undefined reference to `setdomainname'
/ecos-e/home/repository/ecos/packages/net/common/current/src/bootp_support.c
:515
: undefined reference to `cyg_dns_res_init'
collect2: ld returned 1 exit status

Looking through the archive, a solution suggested for this by Andrew Lunn is
to add the
dns package.  However, the actual solution is to remove the dns package,
once this is done
the application compiles with no errors.

Chris



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]