<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 6, 2017 at 2:19 AM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 5 July 2017 at 17:51, Luís Marques via llvm-dev<br>
<span class="gmail-"><<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> Cool. When I did that on macOS, LDC generated a lot of complaints, possibly<br>
> because it is assuming mach-o files. I tried changing from -mtriple=msp430<br>
> to -mtriple=msp430-unknown-elf, to no avail. E.g.:<br>
<br>
</span>Clang has a bunch of complicated logic to find the correct assembler<br>
if it's installed (in this case I'd expect "msp430-unknown-elf-as").<br>
It's quite possible LDC doesn't have this since its main targets use<br>
the integrated-assembler. Your errors certainly look consistent with<br>
the macOS system "as" being called on ELF MSP430 output.<br></blockquote><div><br></div><div>Yup, it's using /usr/bin/gcc as the assembler driver. </div></div><br></div></div>