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]

Re: tcpip package on EDB7212



On 13-Jul-2001 Jesper Skov wrote:
>>>>>> "jjtsai" == jjtsai  <jjtsai@itri.org.tw> writes:
> 
> jjtsai> Hi, there, I am trying to use eCos tcp/ip package on EDB7212.
>  
> jjtsai> I download the latest eCos source and tcpip package from
> jjtsai> anonymous CVS.  When I try to make a new build, I do the
> jjtsai> following steps,
>>> ecosconfig new edb7xxx ecosconfig add CYGPKG_NET ecosconfig add
>>> CYGPKG_NET_ETH_DRIVERS ecosconfig add
>>> CYGPKG_NET_EDB7XXX_ETH_DRIVERS
> jjtsai> It echos "Unknown package CYGPKG_NET_EDB7XXX_ETH_DRIVERS"
>  
> jjtsai> Do I miss anything?
>  
> Yes, the package name is wrong. Try with CYGPKG_DEVS_ETH_ARM_EDB7XXX
> 

Additionally, you don't really want to just add the "net" package.
You really should be using the template.

  % ecosconfig new edb7212 net
  % ecosconfig tree
  % make

Using the template will get everything turned on immediately and you
won't have to add the hardware drivers separately.


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