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: ECOS Networking with Redboot on 8260


>   If I rebuild the ECOS library without networking, most of the standard
> tests will execute and pass. The tests that still will not pass are: cache,
> cxxsupp, execept1, kexcept1, kcache1, kcache2. I think that "basic" and
> "context" tests also fail, but I will have to rebuild and test again to
> confirm this.

If context is failing you probably cannot context switch
properly. Since the stack uses threads, this would be a problem.

Similarly, quiet a few network devices need to play with caches, so if
they don't work, that could also be a problem.

Before doing more with the network stack i would try to solve these
problems. cxxsupp is not so important.

          Andrew

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