From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27257 invoked by alias); 14 Oct 2003 15:44:35 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 27228 invoked from network); 14 Oct 2003 15:44:33 -0000 Received: from unknown (HELO normail1.atc.telco.com) (65.124.122.21) by sources.redhat.com with SMTP; 14 Oct 2003 15:44:33 -0000 Received: by normail1.atc.telco.com with Internet Mail Service (5.5.2653.19) id ; Tue, 14 Oct 2003 11:46:04 -0400 Message-ID: <2002082FE6B7D411BB480030AB0074F302BA093C@normail1.atc.telco.com> From: "Oliveira, David" To: 'Andrew Lunn' Cc: "'ecos-discuss@sources.redhat.com'" Date: Tue, 14 Oct 2003 15:44:00 -0000 Subject: RE: [ECOS] ECOS Networking with Redboot on 8260 X-SW-Source: 2003-10/txt/msg00224.txt.bz2 Andrew, Thank you for your reply. I have rebuilt the kernel again without the networking and re-ran the tests. The "basic" and "context" tests do pass. The cache tests are still failing. I find this situation strange since I am using the same evaluation board as one of the predefined templates in the eCos distribution. I have made no changes. Does anybody know if this port/template has been tested before (Motorola 8260 VADS)? I do not know if this is a real problem that needs to be debugged, or just something I am doing wrong. Thanks for the help David Oliveira -----Original Message----- From: Andrew Lunn [mailto:andrew@lunn.ch] Sent: Monday, October 13, 2003 1:38 PM To: Oliveira, David Cc: 'ecos-discuss@sources.redhat.com' Subject: Re: [ECOS] 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