From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: Jesper Skov Cc: ecos-discuss@sources.redhat.com, jjtsai Subject: Re: [ECOS] tcpip package on EDB7212 Date: Fri, 13 Jul 2001 04:34:00 -0000 Message-id: References: X-SW-Source: 2001-07/msg00407.html On 13-Jul-2001 Jesper Skov wrote: >>>>>> "jjtsai" == jjtsai 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.