<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Spaces in paths are generally just a pain, but without the actual error message there is little we can do to fix the error.<div class=""><br class=""></div><div class="">If you reproduce the issue again, please file a bug on <a href="https://llvm.org/bugs/" class="">https://llvm.org/bugs/</a>, and include the error message.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">-Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 16, 2015, at 6:51 PM, Keith Smith via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">I recently had a problem creating LLVMHello.<br class=""><br class="">I used this CMake file<br class=""><br class="">#!/bin/sh<br class=""># clangcmake.sh<br class="">cmake -G "Eclipse CDT4 - Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="X86"<br class="">-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE="Debug"<br class="">-DCMAKE_ECLIPSE_VERSION=4.5 -DCMAKE_CXX_COMPILER=clang++<br class="">-DCMAKE_C_COMPILER=clang ../llvm<br class=""><br class=""><br class=""><br class="">then I ran<br class=""><br class="">make LLVMHello<br class=""><br class="">and the build failed on an error about LLVMHello.export<br class=""><br class=""><br class="">The problem turned out to be that the parent directory path had a<br class="">space in one of the folder names.<br class=""><br class="">I removed the space and now LLVMHello builds properly.<br class=""><br class="">Hope you find this useful.<br class=""><br class="">Keith Smith<br class="">_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></blockquote></div><br class=""></div></body></html>