From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7078 invoked by alias); 25 Sep 2002 10:58:21 -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 7067 invoked from network); 25 Sep 2002 10:58:19 -0000 Received: from unknown (HELO mikro.ee.TU-Berlin.DE) (130.149.64.10) by sources.redhat.com with SMTP; 25 Sep 2002 10:58:19 -0000 Received: from mikro.ee.tu-berlin.de (heik [130.149.64.102]) by mikro.ee.TU-Berlin.DE (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id g8PAwHU01499 for ; Wed, 25 Sep 2002 12:58:17 +0200 Message-ID: <3D9196F3.50E0A9F0@mikro.ee.tu-berlin.de> Date: Wed, 25 Sep 2002 03:58:00 -0000 From: "Heik H. Hellmich" Organization: TU Berlin - Microelectronics Division X-Accept-Language: en,de,ja MIME-Version: 1.0 To: insight@sources.redhat.com Subject: step through code Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q3/txt/msg00191.txt.bz2 Hi all, I am using Insight GNU gdb 5.1 (--host=sparc-sun-solaris2.6 --target=powerpc-eabi) and have the problem that I cannot step through the generated elf-code because the step/next/finish/continue buttons are always greyed out for target=sim. I am able to load the elf-file and can see the c-file and the corresponding asm-file in Insight's source window. The 2 commands how I created the elf-file are the following: powerpc-eabi-gcc -Wall -gdwarf -msdata=eabi -mcpu=403 \ -I/work/hellmich/sftwr/libs/bsp/include \ -DV2PDK -DDEBUG -o ppc.o -c ppc.c powerpc-eabi-gcc -Wall -gdwarf -msdata=eabi -mcpu=403 \ -I/work/hellmich/sftwr/libs/bsp/include \ -DV2PDK -DDEBUG -Wl,-T,/work/hellmich/sftwr/mapfiles/mapfile_ppc \ -u _boot -o ppc.elf ppc.o \ /work/hellmich/sftwr/libs/bsp/v2pdk/debug/bsp.a bsp stands for board support packages and contains several c- and asm-files (bootloader, controlling peripheral devices like UART, ...). I would really appreciate a hint how I can solve this problem! - Heik -