* assembly debug question
@ 2003-04-20 0:20 Mike Connors
2003-04-20 0:20 ` Mike Connors
2003-04-21 13:19 ` Daniel Jacobowitz
0 siblings, 2 replies; 3+ messages in thread
From: Mike Connors @ 2003-04-20 0:20 UTC (permalink / raw)
To: linux-mips
Hi All,
I'm using gcc v2.96 to compile a MIPS targeted Linux kernel
and am finding it difficult to produce debug information
for assembly files.
I've discovered that a typical compile line for assembly
in the kernel gets its parameters from AFLAGS and results
in the following commandline:
mipsel-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/l/include \
-G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 \
-Wa,--trap -pipe -c entry.S -o entry.o
According to the documentation, some targets support
dwarf debug information using --gdwarf2. Does anyone
know if the MIPS target is supported in version?
Also, --gstabs doesn't seem to work either. Nor does
-gdwarf-2, -gdwarf -g2, -gstabs+, -gdwarf+, etc.
Has anyone had luck producing debug information for
assembly files with this version of gcc?
./mipsel-linux-gcc --version
2.96
./mipsel-linux-as --version
GNU assembler 2.11.92.0.10
Thanks in advance,
Mike
---
Mike Connors Green Hills Software, San Clemente
Field Applications Engineer 131 Avenida Victoria
mailto:mike.connors@ghs.com San Clemente, CA 92672
phone: 1-949-369-3950
cell: 1-949-412-3951 fax: 1-949-369-3959
^ permalink raw reply [flat|nested] 3+ messages in thread
* assembly debug question
2003-04-20 0:20 assembly debug question Mike Connors
@ 2003-04-20 0:20 ` Mike Connors
2003-04-21 13:19 ` Daniel Jacobowitz
1 sibling, 0 replies; 3+ messages in thread
From: Mike Connors @ 2003-04-20 0:20 UTC (permalink / raw)
To: linux-mips
Hi All,
I'm using gcc v2.96 to compile a MIPS targeted Linux kernel
and am finding it difficult to produce debug information
for assembly files.
I've discovered that a typical compile line for assembly
in the kernel gets its parameters from AFLAGS and results
in the following commandline:
mipsel-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/l/include \
-G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 \
-Wa,--trap -pipe -c entry.S -o entry.o
According to the documentation, some targets support
dwarf debug information using --gdwarf2. Does anyone
know if the MIPS target is supported in version?
Also, --gstabs doesn't seem to work either. Nor does
-gdwarf-2, -gdwarf -g2, -gstabs+, -gdwarf+, etc.
Has anyone had luck producing debug information for
assembly files with this version of gcc?
./mipsel-linux-gcc --version
2.96
./mipsel-linux-as --version
GNU assembler 2.11.92.0.10
Thanks in advance,
Mike
---
Mike Connors Green Hills Software, San Clemente
Field Applications Engineer 131 Avenida Victoria
mailto:mike.connors@ghs.com San Clemente, CA 92672
phone: 1-949-369-3950
cell: 1-949-412-3951 fax: 1-949-369-3959
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: assembly debug question
2003-04-20 0:20 assembly debug question Mike Connors
2003-04-20 0:20 ` Mike Connors
@ 2003-04-21 13:19 ` Daniel Jacobowitz
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-04-21 13:19 UTC (permalink / raw)
To: Mike Connors; +Cc: linux-mips
On Sat, Apr 19, 2003 at 05:20:27PM -0700, Mike Connors wrote:
> Hi All,
>
> I'm using gcc v2.96 to compile a MIPS targeted Linux kernel
> and am finding it difficult to produce debug information
> for assembly files.
>
> I've discovered that a typical compile line for assembly
> in the kernel gets its parameters from AFLAGS and results
> in the following commandline:
>
> mipsel-linux-gcc -D__ASSEMBLY__ -D__KERNEL__ -I/l/include \
> -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 \
> -Wa,--trap -pipe -c entry.S -o entry.o
>
> According to the documentation, some targets support
> dwarf debug information using --gdwarf2. Does anyone
> know if the MIPS target is supported in version?
>
> Also, --gstabs doesn't seem to work either. Nor does
> -gdwarf-2, -gdwarf -g2, -gstabs+, -gdwarf+, etc.
>
> Has anyone had luck producing debug information for
> assembly files with this version of gcc?
>
> ./mipsel-linux-gcc --version
> 2.96
> ./mipsel-linux-as --version
> GNU assembler 2.11.92.0.10
I think --gstabs is later than that version of binutils. Also, I
didn't fix DWARF-2 for MIPS until well after those tools versions,
so I believe you won't be able to use that at all.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-21 13:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-20 0:20 assembly debug question Mike Connors
2003-04-20 0:20 ` Mike Connors
2003-04-21 13:19 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox