<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 14, 2016 at 12:15 PM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rail,<br>
<br>
In general we follow the GCC options, documented at<br>
<a href="https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html" rel="noreferrer" target="_blank">https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html</a> for x86 (and<br>
similar places for ARM etc). There may be gaps in what Clang supports,<br>
and possibly even oddities that we support but GNU doesn't (--target<br>
being a case in point). But in general if you're trying to use an<br>
option not listed there you should expect to have a bad time of it.<br>
<span class=""><br>
On 14 March 2016 at 11:37, Rail Shafigulin <<a href="mailto:rail@esenciatech.com">rail@esenciatech.com</a>> wrote:<br>
> clang-3.5: warning: argument unused during compilation: '-mfloat-abi=hard'<br>
<br>
</span>Fair enough, there's no soft-float ABI for x86_64.<br>
<span class=""><br>
> clang-3.5: warning: argument unused during compilation: '-mcpu=k8'<br>
<br>
</span>x86 uses -march and -mtune instead of -mcpu.<br>
<span class="">> clang-3.5: warning: argument unused during compilation: '-mfpu=SSE2'<br>
<br>
</span>I believe x86 uses "-msse2" for this, but since k8 already has SSE2<br>
(like all 64-bit chips) it shouldn't be needed anyway.<br>
<span class=""><br>
> error: unable to create target: 'No available targets are compatible with<br>
> this triple, see -version for the available targets.'<br>
<br>
</span>This I can't explain. It works for me here, where are you getting your<br>
clang from?<br>
<span class=""><br>
> clang version 3.5.0<br>
> Target: x86_64-unknown-linux-gnu<br>
> Thread model: posix<br>
<br>
</span>Perhaps try updating Clang? Version 3.5 is getting long in the tooth now.<br>
<br>
Cheers.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br>Thanks for the info. I'm currently stuck with 3.5, can't really upgrade. As far as not having an available target, it turns out I was using a wrong clang binary (I have several installed). Really appreciate the help.<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Rail Shafigulin<br></div>Software Engineer <br>Esencia Technologies<br></div></div></div></div>
</div></div>