From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9094 invoked by alias); 16 Jan 2004 17:48:42 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 9073 invoked from network); 16 Jan 2004 17:48:40 -0000 Received: from unknown (HELO pop.ecentral.com) (216.38.223.233) by sources.redhat.com with SMTP; 16 Jan 2004 17:48:40 -0000 Received: from localhost (localhost.ecentral.com [127.0.0.1]) by pop.ecentral.com (Postfix) with ESMTP id F14A35799; Fri, 16 Jan 2004 10:48:39 -0700 (MST) Received: from pop.ecentral.com ([127.0.0.1]) by localhost (emu.ecentral.com [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 04896-10; Fri, 16 Jan 2004 10:48:39 -0700 (MST) Received: from software1 (unknown [66.180.104.54]) by pop.ecentral.com (Postfix) with ESMTP id 91C0257AF; Fri, 16 Jan 2004 10:48:38 -0700 (MST) From: "E. Weddington" To: Sebastian.Pischel@gmx.de, insight@sources.redhat.com Date: Fri, 16 Jan 2004 17:48:00 -0000 MIME-Version: 1.0 Subject: avr-insight question Message-ID: <4007C16C.16536.4E4AF7D@localhost> Priority: normal Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd 2003.09.17 on emu X-SW-Source: 2004-q1/txt/msg00011.txt.bz2 [Sorry if this is not threaded correctly.] Sebastian, I noticed your post on the insight mailing list about avr-insight. RTFM You need to read the README.txt file that comes with WinAVR. In there, it explains what you need in order to simulate with GDB / Insight. You need the program SimulAVR (comes with WinAVR) which interacts with GDB / Insight to provide simulation. However, realise that it is not very advanced. WinAVR also comes with the program AVaRICE, which like SimulAVR, goes between GDB / Insight and a JTAG ICE to provide emulation. The SimulAVR User Manual also comes with WinAVR. Please read it. The README.txt file also says that the best place to get help on the AVR toolset is 1. avr-gcc-list mailing list 2. or AVR Freaks website The links for both of these are, again, in the README.txt file. If you continue to have problems, the links for the SimulAVR and AVaRICE projects are also in the README.txt file. Eric