[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Qube2 gcc 2.7.2 compiler error (fwd)
- Subject: [cobalt-developers] Qube2 gcc 2.7.2 compiler error (fwd)
- From: John Heil <mipsdev@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun Aug 5 05:23:03 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On the Qube2, gcc 2.7.2, option -s, to generate MIPS assembler
corresponding to the input C code, generates invalid assembler
by virtue of generating duplicate labels. The resultant
assembler will not assemble, of course, due to the duplicate
labels. The code (linux kernel's printk.c) compiles cleanly
from C to object code.
Q: How do I get valid assembler from gcc on Qube2 ?
(My ultimate goal here is to be able to get listings out
of gas.)
Thanks much
John H
Oops, Sorry -> typo. I meant gcc -S
Thanks