Re: Cygwin GCC and debug info source file paths

2012-08-15 Thread David Lindström
Thanks, this was pretty much exactly what I was looking for, but it turned out the builds at gnuarm.org are so outdated that the option does not exist (-fdebug-prefix-map=/cygdrive/c/=C:/ resulted in an error at least). I managed to create a really dirty workaround for now which was to create

Re: Cygwin GCC and debug info source file paths

2012-08-14 Thread Ian Lance Taylor
On Tue, Aug 14, 2012 at 11:13 AM, David Lindström wrote: > 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 f

Re: Cygwin GCC and debug info source file paths

2012-08-14 Thread Larry Hall (Cygwin)
On 8/14/2012 2:13 PM, David Lindström wrote: 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

Cygwin GCC and debug info source file paths

2012-08-14 Thread David Lindström
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 cygwi