mailing list of musl libc
 help / color / mirror / code / Atom feed
* Cross-compiling Musl with Clang's integrated assembler
@ 2015-08-24  6:24 Matthew Fernandez
  2015-08-24  6:26 ` Khem Raj
  2015-08-24  9:15 ` Joakim Sindholt
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew Fernandez @ 2015-08-24  6:24 UTC (permalink / raw)
  To: musl

Hi all,

I'm trying to build Musl for an ARM target on an x86_64 host using Clang. It seems some of the Musl
assembly uses the LDR pseudo instruction that the Clang integrated assembler doesn't understand:

     $ clang -target arm-none-eabi -integrated-as -c crt/arm/crt1.s
     '+soft-float-abi' is not a recognized feature for this target (ignoring feature)
      crt/arm/crt1.s:10:9: error: unexpected token in operand
             ldr a4,=_fini
      ...

Is this configuration supported? Perhaps Musl is never intended to be built by Clang's assembler.

Thanks,
Matt

clang version: 3.4-1ubuntu3

________________________________

The information in this e-mail may be confidential and subject to legal professional privilege and/or copyright. National ICT Australia Limited accepts no liability for any damage caused by this email or its attachments.


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

end of thread, other threads:[~2015-08-25  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24  6:24 Cross-compiling Musl with Clang's integrated assembler Matthew Fernandez
2015-08-24  6:26 ` Khem Raj
2015-08-24  9:15 ` Joakim Sindholt
2015-08-25  0:05   ` Matthew Fernandez

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).