[cfe-dev] cmake does not generate eclipse project files of clang/llvm

Nikola Smiljanic popizdeh at gmail.com
Wed Jul 8 06:17:10 PDT 2015


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
:)

On Wed, Jul 8, 2015 at 10:43 PM, SusanB <susan_berolli at yahoo.com> wrote:

> Hello,
> I want to build clang/llvm on Eclipse IDE.Thus want to create eclipse
> project files.
> These are the steps followed. LLVM sources are already checked out using
> GIT.
>
> $cmake -G "Eclipse CDT4 - Unix Makefiles" ../llvm
> -- No build type selected, default to Debug
> -- Target triple: x86_64-unknown-linux-gnu
> -- Native target architecture is X86
> -- Threads enabled.
> -- Doxygen disabled.
> -- Sphinx disabled.
> -- Go bindings disabled.
> -- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION
> OCAML_STDLIB_PATH)
> -- Could NOT find OCaml (missing:  OCAMLFIND OCAML_VERSION
> OCAML_STDLIB_PATH)
> -- OCaml bindings disabled.
> -- Building with -fPIC
> -- Constructing LLVMBuild project information
> -- Targeting AArch64
> ..
> -- Targeting Cpu0
> -- Compiler-RT supported architectures: x86_64
> -- Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
> -- Clang version: 3.7.0
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/chips/clang-llvm/build
>
> build]$ ls
> bin    CMakeCache.txt  cmake_install.cmake  CPackSourceConfig.cmake
> DummyConfigureOutput  include  LLVMBuild.cmake  projects  test   unittests
> cmake  CMakeFiles      CPackConfig.cmake    docs
> examples              lib      Makefile         share     tools  utils
>
> I do NOT see eclipse project (.projects) in the build folder. Is something
> a
> miss? Please advice.
>
> Thanks.
>
>
>
> --
> View this message in context:
> http://clang-developers.42468.n3.nabble.com/cmake-does-not-generate-eclipse-project-files-of-clang-llvm-tp4046435.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150708/3eaf98ec/attachment.html>


More information about the cfe-dev mailing list