From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24617 invoked by alias); 14 Aug 2012 20:40:17 -0000 Received: (qmail 24568 invoked by uid 22791); 14 Aug 2012 20:40:16 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 20:40:05 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T1NuF-00076Z-QE for cygwin@cygwin.com; Tue, 14 Aug 2012 22:40:03 +0200 Received: from c-83-233-120-68.cust.bredband2.com ([83.233.120.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Aug 2012 22:40:03 +0200 Received: from info by c-83-233-120-68.cust.bredband2.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Aug 2012 22:40:03 +0200 To: cygwin@cygwin.com From: =?iso-8859-1?Q?David_Lindstr=F6m?= Subject: Cygwin GCC and debug info source file paths Date: Tue, 14 Aug 2012 20:45:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit Cc: gcc-help@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00330.txt.bz2 Hi, I didn't know where to put this. I'm trying to use a cygwin build of GCC for arm (binaries from gnuarm.com). When I build a simple dummy application just doing some matrix multiplications in a loop, it creates a nice executable file with debug info, but the path to the source file is a cygwin path which is incompatible with the debugging tool I'm trying to use. I'm wondering if there's a way to generate the exe with relative paths to the source files, alternatively to use windows paths? The tool is Trace32 from Lauterbach, currently experementing with the arm simulator from the website. Mvh David Lindström -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20835 invoked by alias); 15 Aug 2012 20:45:17 -0000 Received: (qmail 20821 invoked by uid 22791); 15 Aug 2012 20:45:16 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DATE_IN_PAST_24_48,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 20:45:04 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T1kSd-0003kT-RI for cygwin@cygwin.com; Wed, 15 Aug 2012 22:45:03 +0200 Received: from c-83-233-120-68.cust.bredband2.com ([83.233.120.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Aug 2012 22:45:03 +0200 Received: from info by c-83-233-120-68.cust.bredband2.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Aug 2012 22:45:03 +0200 To: cygwin@cygwin.com From: =?iso-8859-1?Q?David_Lindstr=F6m?= Subject: Cygwin GCC and debug info source file paths Date: Thu, 16 Aug 2012 00:44:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit Cc: gcc-help@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00354.txt.bz2 Message-ID: <20120816004400.Ha5ktAUVh2Dx1FTNA6ykXGrRyTZ_nqzWd4pwAc-YqlQ@z> Hi, I didn't know where to put this. I'm trying to use a cygwin build of GCC for arm (binaries from gnuarm.com). When I build a simple dummy application just doing some matrix multiplications in a loop, it creates a nice executable file with debug info, but the path to the source file is a cygwin path which is incompatible with the debugging tool I'm trying to use. I'm wondering if there's a way to generate the exe with relative paths to the source files, alternatively to use windows paths? The tool is Trace32 from Lauterbach, currently experementing with the arm simulator from the website. Mvh David Lindström -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple