<div dir="ltr">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 class="gmail_extra"><div class="gmail_quote">
<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 class="im">-- 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>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).<br></div><div><br></div><div>--renato</div></div></div>
</div>