From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12820 invoked by alias); 6 Aug 2002 21:44:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12812 invoked from network); 6 Aug 2002 21:44:43 -0000 Received: from unknown (HELO rm-rstar.sfu.ca) (142.58.120.21) by sources.redhat.com with SMTP; 6 Aug 2002 21:44:43 -0000 Received: from fraser.sfu.ca (btlee@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.12.3/8.12.3/SFU-6.0H) with ESMTP id g76LifmC013434 for ; Tue, 6 Aug 2002 14:44:41 -0700 (PDT) Received: from localhost (btlee@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id OAA03730 for ; Tue, 6 Aug 2002 14:44:40 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: btlee owned process doing -bs Date: Tue, 06 Aug 2002 14:44:00 -0000 From: Benjamin Tze-Kit Lee To: gdb@sources.redhat.com Subject: debugging program on ARM target Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00036.txt.bz2 Hi all, I would like to debug a program on a board that's using the ARM cpu. In order to do that I think I would need the "rdi" option for target. How can I get that option to work? I've also seen some examples in the web that I can do the remote debugging on the ARM by using a program called arm-elf-gdb ........ but I am not sure where I can get it. Is that Linux based? Or it actually runs on Unix too? Please give me some help on this. Thank you very much. Benjamin Lee