From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12485 invoked by alias); 9 Feb 2002 00:43:25 -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 12427 invoked from network); 9 Feb 2002 00:43:23 -0000 Received: from unknown (HELO mail.kendin.com) (209.128.93.97) by sources.redhat.com with SMTP; 9 Feb 2002 00:43:23 -0000 Received: from kamwin ([209.128.93.100]) by mail.kendin.com (8.11.2/8.11.2) with SMTP id g190dNO03060; Fri, 8 Feb 2002 16:39:24 -0800 Message-ID: <010d01c1b103$66919640$9c011f0a@kamwin> From: "Kam Lee" To: "Fernando Nasser" Cc: References: <00b701c1b0ec$68d95ad0$9c011f0a@kamwin> <3C6451A9.B17358C4@redhat.com> Subject: Re: help: gdb with Angel Date: Fri, 08 Feb 2002 16:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-SW-Source: 2002-02/txt/msg00158.txt.bz2 Hello Fernando, > The log seems OK. It seems that your application program was not > compiled/linked appropriately. > > How did you build you "Hello World!" program? I do arm-linux-gcc -g hello.c -o hello please correct me if I'm wrong. Kam