From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1534 invoked by alias); 4 Mar 2002 23:46:40 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 1465 invoked from network); 4 Mar 2002 23:46:38 -0000 Received: from unknown (HELO hypatia.brisbane.redhat.com) (202.83.74.3) by sources.redhat.com with SMTP; 4 Mar 2002 23:46:38 -0000 Received: from scooby.brisbane.redhat.com (scooby.brisbane.redhat.com [172.16.5.228]) by hypatia.brisbane.redhat.com (8.11.6/8.11.6) with ESMTP id g24NkW210779; Tue, 5 Mar 2002 09:46:32 +1000 Received: by scooby.brisbane.redhat.com (Postfix, from userid 500) id 26B251094F; Tue, 5 Mar 2002 10:46:32 +1100 (EST) From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15492.1879.982029.858452@scooby.brisbane.redhat.com> Date: Mon, 04 Mar 2002 15:46:00 -0000 To: Cristiano Ligieri Pereira Cc: sid@sources.redhat.com Subject: Re: Simple ecos examples running on the ARM PID board In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-SW-Source: 2002-q1/txt/msg00042.txt.bz2 >>>>> "Cristiano" == Cristiano Ligieri Pereira writes: Cristiano> Have anyone tried simple eCos examples such as twothreads Cristiano> and simple-alarm on the arm PID example Cristiano> (arm-pid-redboot.conf)? I run the eCos testsuite about two years ago on the PID board model. About 90% of the tests passed, however there could have been some regressions since then. Cristiano> Hello world works but the other two mentioned above do Cristiano> not work. Any obvious reason? Actually they work if one Cristiano> removes all timing related stuff (such as Cristiano> cyg_thread_delay, alarms, etc). So seems like the Cristiano> interrupts are not working properly for some reason. It sounds like it. Have you tried connecting GDB to the "board" to help debug the problem? Ben