<div dir="ltr">It seems that project file name is blank, so the file ends up being named .project and is considered hidden because of the leading dot. That's silly :)</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 8, 2015 at 10:43 PM, SusanB <span dir="ltr"><<a href="mailto:susan_berolli@yahoo.com" target="_blank">susan_berolli@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I want to build clang/llvm on Eclipse IDE.Thus want to create eclipse<br>
project files.<br>
These are the steps followed. LLVM sources are already checked out using<br>
GIT.<br>
<br>
$cmake -G "Eclipse CDT4 - Unix Makefiles" ../llvm<br>
-- No build type selected, default to Debug<br>
-- Target triple: x86_64-unknown-linux-gnu<br>
-- Native target architecture is X86<br>
-- Threads enabled.<br>
-- Doxygen disabled.<br>
-- Sphinx disabled.<br>
-- Go bindings disabled.<br>
-- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION<br>
OCAML_STDLIB_PATH)<br>
-- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION<br>
OCAML_STDLIB_PATH)<br>
-- OCaml bindings disabled.<br>
-- Building with -fPIC<br>
-- Constructing LLVMBuild project information<br>
-- Targeting AArch64<br>
..<br>
-- Targeting Cpu0<br>
-- Compiler-RT supported architectures: x86_64<br>
-- Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)<br>
-- Clang version: 3.7.0<br>
-- Configuring done<br>
-- Generating done<br>
-- Build files have been written to: /home/chips/clang-llvm/build<br>
<br>
build]$ ls<br>
bin    CMakeCache.txt  cmake_install.cmake  CPackSourceConfig.cmake<br>
DummyConfigureOutput  include  LLVMBuild.cmake  projects  test   unittests<br>
cmake  CMakeFiles      CPackConfig.cmake    docs<br>
examples              lib      Makefile         share     tools  utils<br>
<br>
I do NOT see eclipse project (.projects) in the build folder. Is something a<br>
miss? Please advice.<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__clang-2Ddevelopers.42468.n3.nabble.com_cmake-2Ddoes-2Dnot-2Dgenerate-2Declipse-2Dproject-2Dfiles-2Dof-2Dclang-2Dllvm-2Dtp4046435.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=CnzuN65ENJ1H9py9XLiRvC_UQz6u3oG6GUNn7_wosSM&m=RsezFulR0dg_LHSM_kzRiIuwol3pNb_99wl_XFPeVVs&s=sBn0-xBt2yMhFZ1NeemTr8HNLcmHlwpFEZOx23nr0iY&e=">http://clang-developers.42468.n3.nabble.com/cmake-does-not-generate-eclipse-project-files-of-clang-llvm-tp4046435.html</a><br>
Sent from the Clang Developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>