From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31329 invoked by alias); 7 May 2013 23:24:33 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 31319 invoked by uid 89); 7 May 2013 23:24:33 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.17.20) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 23:24:32 +0000 Received: from 3capp-gmx-bs49.server.lan ([172.19.170.102]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LiZta-1TzPUm3T4u-00cjFv; Wed, 08 May 2013 01:24:28 +0200 Received: from [91.115.250.3] by 3capp-gmx-bs49.server.lan with HTTP; Wed May 08 01:24:28 CEST 2013 MIME-Version: 1.0 Message-ID: From: "Lukas Riezler" To: "Lukas Riezler" Cc: "Ilija Kocho" , "Edgar Grimberg" , ecos-discuss@sourceware.org Content-Type: text/plain; charset=UTF-8 Date: Tue, 07 May 2013 23:24:00 -0000 Sensitivity: Normal In-Reply-To: References: <5178E338.3090307@siva.com.mk> , , <51794C56.2070108@siva.com.mk> , <5182C00C.3040804@siva.com.mk>, , Content-Transfer-Encoding: quoted-printable X-UI-Message-Type: mail Subject: Aw: Re: Re: Re: Re: [ECOS] Debugging via JTAG - problems? X-SW-Source: 2013-05/txt/msg00008.txt.bz2 Hi all, =C2=A0 sorry for my mail storm! ;) The problems I've told from in the last 2-3 mails are over. =C2=A0 I reach now my main(). I think the problem was my interrupt stacksize which= was too big. Okay, now I reach main() - but I can't really do any steps. The "debug curs= or" always stays at the first line. Is this a "normal" problem or does it indicate anything I should know? The function looks like this (only some lines of code for test purposes): __________________________ int main() { =C2=A0int i=3D0; int k=3D0; =C2=A0while(1) { if(i=3D=3D0) k=3D0; else k=3D1; } return 0; } __________________________ With kind regards, Lukas -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss