<div dir="ltr">clang and clang++ are on path and i checked it running "clang" and "clang++".<div>btw "clang++" is already symlinked to "clang". Is there any cmake log that i can send to let you know more details?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/29 Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="im">On 28 September 2013 20:55, Anton Smirnov <span dir="ltr"><<a href="mailto:dev@antonsmirnov.name" target="_blank">dev@antonsmirnov.name</a>></span> wrote:<br></div><div class="gmail_extra">
<div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><span style="color:rgb(80,0,80)">-- The CXX compiler identification is unknown</span><br>

</div><div>-- Check for working CXX compiler: /usr/bin/arm-linux-gnueabihf-g++<br>-- Check for working CXX compiler: /usr/bin/arm-linux-gnueabihf-g++ -- broken<br>CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:54 (message):<br>


  The C++ compiler "/usr/bin/arm-linux-gnueabihf-g++" is not able to compile<br>  a simple test program.<br></div></div></div></blockquote><div><br></div></div><div>It looks like it didn't find clang++, but it did find clang, so maybe you need the symlink from clang++ to clang there to make it work. It should be there, no idea why it's not.</div>

<div><br></div><div>arm-linux-gnueabihf-g++ will not be able to compile a simple test program because CMake will try to execute it and it won't run (it's ARM).<span class="HOEnZb"><font color="#888888"><br></font></span></div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div>--renato</div></font></span></div></div>
</div>
</blockquote></div><br></div>