From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23346 invoked by alias); 3 Jan 2006 10:26:21 -0000 Received: (qmail 23314 invoked by uid 22791); 3 Jan 2006 10:26:18 -0000 X-Spam-Check-By: sourceware.org Received: from smtp7.libero.it (HELO smtp7.libero.it) (193.70.192.90) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Jan 2006 10:26:16 +0000 Received: from localhost (172.16.1.77) by smtp7.libero.it (7.0.027-DD01) id 439D91A301A2C70F; Tue, 3 Jan 2006 11:26:13 +0100 Received: from smtp3.libero.it ([172.16.1.53]) by localhost (asav19.libero.it [193.70.193.6]) (amavisd-new, port 10024) with ESMTP id 04975-06-6; Tue, 3 Jan 2006 11:26:12 +0100 (CET) Received: from libero.it (172.16.1.108) by smtp3.libero.it (7.0.027-DD01) id 431C39E00139D1A1; Tue, 3 Jan 2006 11:26:12 +0100 Date: Tue, 03 Jan 2006 10:26:00 -0000 Message-Id: Subject: on-target debug problems MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "enrico_groups\@libero\.it" To: "gdb" Cc: "gdb-digest" X-XaM3-API-Version: 4.3 (R1) (B3pl11) X-SenderIP: 213.230.155.21 X-Scanned: with antispam and antivirus automated system at libero.it 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-01/txt/msg00003.txt.bz2 Dear All, I am trying to debug an application on a Symbian OS UIQ phone (ARM thumb). I tested the connection and setup with an example application and everythin= g works fine. I use gdb on windows command prompt and I have a gdbstub prov= ided by the manufacturer. When I try to launch my application using "run" on gdb on the pc, on the ta= rget device (on gdbstub) I get the following error message: Failed to load app DLL (epoc error is -1) What does this mean? What could be the reason? Is there any way I can find out which DLL is missing? I could not find anything related on-line, so any pointers are welcome. Thanks, Enrico