public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] tcpip package on EDB7212
@ 2001-07-13  0:44 jjtsai
  2001-07-13  1:27 ` Jesper Skov
  0 siblings, 1 reply; 3+ messages in thread
From: jjtsai @ 2001-07-13  0:44 UTC (permalink / raw)
  To: ecos-discuss

Hi, there,
 
I am trying to use eCos tcp/ip package on EDB7212. 
 
I download the latest eCos source and tcpip package from anonymous CVS.  
When I try to make a new build, I do the following steps,
> ecosconfig new edb7xxx
> ecosconfig add CYGPKG_NET
> ecosconfig add CYGPKG_NET_ETH_DRIVERS
> ecosconfig add CYGPKG_NET_EDB7XXX_ETH_DRIVERS
It echos "Unknown package CYGPKG_NET_EDB7XXX_ETH_DRIVERS"
 
Do I miss anything?
 
with regards,
JJ                        

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] tcpip package on EDB7212
  2001-07-13  0:44 [ECOS] tcpip package on EDB7212 jjtsai
@ 2001-07-13  1:27 ` Jesper Skov
  2001-07-13  4:34   ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Skov @ 2001-07-13  1:27 UTC (permalink / raw)
  To: jjtsai; +Cc: ecos-discuss

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

Jesper

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] tcpip package on EDB7212
  2001-07-13  1:27 ` Jesper Skov
@ 2001-07-13  4:34   ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2001-07-13  4:34 UTC (permalink / raw)
  To: Jesper Skov; +Cc: ecos-discuss, jjtsai

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-13  4:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-13  0:44 [ECOS] tcpip package on EDB7212 jjtsai
2001-07-13  1:27 ` Jesper Skov
2001-07-13  4:34   ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).