public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* How to inform `as` not to do linking after compiling?
@ 2008-10-22  4:48 Pan ruochen
  2008-10-22  5:24 ` Eric Christopher
  0 siblings, 1 reply; 7+ messages in thread
From: Pan ruochen @ 2008-10-22  4:48 UTC (permalink / raw)
  To: binutils

Hi All,

$cp -f 001.s 002.s
$mips-elf-as -O0 -G 0 -mips32r2 -EL 001.s 002.s
002.s: Assembler messages:
002.s:1: Error: symbol `_Init' is already defined

It seems that `as` invoke `ld` to link the object files after comipling?
So how can I inform `as` not to do linking after compiling?

Best Regards
---------------
PRC
Oct 22, 2008

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-23  3:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-22  4:48 How to inform `as` not to do linking after compiling? Pan ruochen
2008-10-22  5:24 ` Eric Christopher
2008-10-22  7:01   ` Pan ruochen
2008-10-22  7:37     ` Eric Christopher
2008-10-22  7:55       ` Pan ruochen
2008-10-22  7:59         ` Eric Christopher
2008-10-23  3:32           ` Pan ruochen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).