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]

Re: Final network build problem


Disabling DNS is avoiding the problem, not solving it. 

It seems that you somehow have CYGINT_ISO_DNS enabled, but the dns
package is not getting compiled. Why this happens i've no idea.

Can you give me a step-by-step guide to reproducing the problem?

    Thanks
        Andrew

On Fri, Oct 11, 2002 at 12:37:24PM +0100, Chris Garry wrote:
> 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
> 

-- 
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]