public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Floating Point Support
@ 2008-02-11 20:26 PatrickClarityMicro
  2008-02-12 20:04 ` Ian Lance Taylor
  2008-03-28 20:51 ` PatrickClarityMicro
  0 siblings, 2 replies; 3+ messages in thread
From: PatrickClarityMicro @ 2008-02-11 20:26 UTC (permalink / raw)
  To: gcc-help


I am new at using GNU tools, so please forgive this elementary question.

I am trying to test software floating point math for an ARM processor. When
compiling with floating point variables, compilation occurs without errors.
However, when linking, I receive the message:

Undefined external: _adds32 not found (Or _addds32 not found, _extendd32,
etc.).

Clearly I am missing a library, but I cannot find which library I need to
link that has these routines. I have libc.a and libm.a, but do not know what
else to include. Can anyone help me find the correct library?

Thanks.
-- 
View this message in context: http://www.nabble.com/Floating-Point-Support-tp15419920p15419920.html
Sent from the gcc - Help mailing list archive at Nabble.com.

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

end of thread, other threads:[~2008-03-28 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 20:26 Floating Point Support PatrickClarityMicro
2008-02-12 20:04 ` Ian Lance Taylor
2008-03-28 20:51 ` PatrickClarityMicro

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).