From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7407 invoked by alias); 19 May 2012 12:26:19 -0000 Received: (qmail 7393 invoked by uid 22791); 19 May 2012 12:26:17 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from www.meduna.org (HELO meduna.org) (92.240.244.38) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 May 2012 12:26:05 +0000 Received: from dial-95-105-165-4-orange.orange.sk ([95.105.165.4] helo=[192.168.130.22]) by meduna.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SVijM-0003kB-BD for ecos-devel@ecos.sourceware.org; Sat, 19 May 2012 14:26:02 +0200 Message-ID: <4FB7914E.2000901@meduna.org> Date: Sat, 19 May 2012 12:26:00 -0000 From: Stanislav Meduna User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: Re: OpenOCD, Cortex-M3 and threads - any success? References: <4FB6BC02.8040600@meduna.org> In-Reply-To: <4FB6BC02.8040600@meduna.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated-User: stano@meduna.org X-Authenticator: dovecot_plain X-Spam-Score: -6.9 X-Spam-Score-Int: -68 X-Exim-Version: 4.72 (build at 12-May-2011 18:13:45) X-Date: 2012-05-19 14:26:02 X-Connected-IP: 95.105.165.4:50594 X-Message-Linecount: 27 X-Body-Linecount: 14 X-Message-Size: 923 X-Body-Size: 409 X-Received-Count: 1 X-Recipient-Count: 1 X-Local-Recipient-Count: 1 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2012-05/txt/msg00001.txt.bz2 On 18.05.2012 23:15, Stanislav Meduna wrote: > anyone has any success with the eCos thread support in OpenOCD? OK.. this can't work. OpenOCD uses fixed offsets in the Cyg_Thread structure for its magic. With eCos the exact offsets of course depend on configuration offsets used. I'll report the issue to the OpenOCD list - this approach is plain wrong. Regards -- Stano