From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21183 invoked by alias); 27 Feb 2006 15:02:18 -0000 Received: (qmail 21172 invoked by uid 22791); 27 Feb 2006 15:02:15 -0000 X-Spam-Check-By: sourceware.org Received: from mails.tsinghua.edu.cn (HELO mails.tsinghua.edu.cn) (166.111.8.16) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 27 Feb 2006 15:02:12 +0000 Received: (eyou send program); Mon, 27 Feb 2006 23:02:00 +0800 Message-ID: <341052520.21254@mails.tsinghua.edu.cn> Received: from 166.111.53.167 by mails.tsinghua.edu.cn with HTTP; Mon, 27 Feb 2006 23:02:00 +0800 X-WebMAIL-MUA: [166.111.53.167] From: fu-x04@mails.tsinghua.edu.cn To: gdb@sources.redhat.com Cc: fu-x04@mails.tsinghua.edu.cn Date: Mon, 27 Feb 2006 16:16:00 -0000 Reply-To: fu-x04@mails.tsinghua.edu.cn Subject: Problem about gdb Content-Type: text/plain Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00321.txt.bz2 Hello, GDB redhat Sorry to distrub you! I have a problem about the gdb. In my pc, the fedora core 4 is installed. Furthermore, I want to use gdb to help me develop uclinux. Then I download the gdb6.4 from your network and install it. The progress seems successful. Next,I download the linux.2.0.x.gz and romfs.2.0.x.gz from http://www.uclinux.org/pub/uClinux/utilities/armulator/. and -------------------------------------- gunzip romfs.2.0.x gunzip linux.2.0.x ln -s romfs.2.0.x boot.rom arm-elf-gdb linux-2.0.x gdb> target sim gdb> load gdb> run --------------------------------------- in the http://www.uclinux.org/pub/uClinux/utilities/armulator/example-session.txt it shows that the information should be ------------------- (gdb) target sim Loaded ROM boot.rom Loaded ROM boot.rom Connected to the simulator. -------------------------------- But in my gdb, it only shows ----------------------------------- (gdb) target sim Connected to the simulator. ------------------------------------ and when I type (gdb)run It stops at "Starting program: /usr/src/program/linux.2.0.x" and no any other information. Hope you can help me. Thank you very much! Best regards! Fu Xu