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: ecos ethernet configuration for ipaq


 
On 11-Jul-2001 Weilong Li wrote:
> The problem is that, after I
> use 
>  % ecosconfig new ipaq net
>  % ecosconfig add pcmcia
> I got the error message 
> 
> C CYGPKG_DEVS_ETH_CF, "requires" constraint not
> satisfied: CYGPKG_DEVS_ETH_NS_DP83902A
> 
> I'm using the latest anoncvs source code.

This should definitely work - I just did it myself, using the 
anonCVS sources.

When you updated your CVS tree, did you use the '-d' option?
This option forces all relevant directories to be updated,
not just the ones that were present when you did the original
checkout.

To safely update the CVS tree, use this:
  % cd ${anonCVS}/ecos
  % cvs -q -z9 up -d -P

> I bought the socket communication cf card, I don't
> know should I add that CYGPKG_DEVS_ETH_NS_DP83902A
> package or other package for the cf card.
> Also, do you need to edit ecos.ecc to configure
> dhcp things and how?
> 
> Could you please email me the ecos.ecc? Since
> it is pretty large, you can email me privately.

Until you get your CVS tree in shape, this won't do any good.

Let me know if you still can't get this to work.

> 
> thank you so much,
> 
> Weilong
> 
>> 
>> Here's what I just did, using the iPAQ and
>> DHCP-style addressing:
>> 
>>   % ecosconfig new ipaq net
>>   % ecosconfig add pcmcia
>>   % ecosconfig tree
>>   % make
>>   % make -C net/tcpip/current tests
>> TESTS=tests/nc_test_slave
>> 
>> It worked just fine.
>> 
>> Note: most likely your problem is the PCMCIA
>> package, which must
>> be added explicitly.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/


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