[cfe-commits] Installation of llvm

Andreas Bittel andreas.bittel at cdn-automotive.com
Fri Jul 22 03:01:27 PDT 2011


Dear others,

I want to install llvm on my windows xp computer according to
http://clang.llvm.org/get_started.html 
for  visual Studio. At point 4 I made the following steps, where I did
not found the cmake generator for Visual Studio 9 2008. How can I solve
this problem?
Tia

Kind regards 

Andreas Bittel

----------------------------------------


C:\Programme\LLVM>mkdir build

C:\Programme\LLVM>cd build

C:\Programme\LLVM\build>cmake -G "Visual Studio 9 2008" ..\llvm
CMake Error: Could not create named generator Visual Studio 9 2008
cygwin warning:
  MS-DOS style path detected: ..\llvm
  Preferred POSIX equivalent is: ../llvm
  CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames

C:\Programme\LLVM\build>cmake -G "Visual Studio 9 2008" ..\llvm
CMake Error: Could not create named generator Visual Studio 9 2008

C:\Programme\LLVM\build>cmake -help
cmake version 2.8.4
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Options
  -C <initial-cache>          = Pre-load a script to populate the cache.
  -D <var>:<type>=<value>     = Create a cmake cache entry.
  -U <globbing_expr>          = Remove matching entries from CMake
cache.
  -G <generator-name>         = Specify a makefile generator.
  -Wno-dev                    = Suppress developer warnings.
  -Wdev                       = Enable developer warnings.
  -E                          = CMake command mode.
  -i                          = Run in wizard mode.
  -L[A][H]                    = List non-advanced cached variables.
  --build <dir>               = Build a CMake-generated project binary
tree.
  -N                          = View mode only.
  -P <file>                   = Process script mode.
  --graphviz=[file]           = Generate graphviz of dependencies.
  --system-information [file] = Dump information about this system.
  --debug-trycompile          = Do not delete the try compile
directories..
  --debug-output              = Put cmake in a debug mode.
  --trace                     = Put cmake in trace mode.
  --warn-uninitialized        = Warn about uninitialized values.
  --warn-unused-vars          = Warn about unused variables.
  --no-warn-unused-cli        = Don't warn about command line options.
  --check-system-vars         = Find problems with variable usage in
system
                                files.
  --help-command cmd [file]   = Print help for a single command and
exit.
  --help-command-list [file]  = List available listfile commands and
exit.
  --help-commands [file]      = Print help for all commands and exit.
  --help-compatcommands [file]= Print help for compatibility commands.
  --help-module module [file] = Print help for a single module and exit.
  --help-module-list [file]   = List available modules and exit.
  --help-modules [file]       = Print help for all modules and exit.
  --help-custom-modules [file]= Print help for all custom modules and
exit.
  --help-policy cmp [file]    = Print help for a single policy and exit.
  --help-policies [file]      = Print help for all policies and exit.
  --help-property prop [file] = Print help for a single property and
exit.
  --help-property-list [file] = List available properties and exit.
  --help-properties [file]    = Print help for all properties and exit.
  --help-variable var [file]  = Print help for a single variable and
exit.
  --help-variable-list [file] = List documented variables and exit.
  --help-variables [file]     = Print help for all variables and exit.
  --copyright [file]          = Print the CMake copyright and exit.
  --help                      = Print usage information and exit.
  --help-full [file]          = Print full help and exit.
  --help-html [file]          = Print full help in HTML format.
  --help-man [file]           = Print full help as a UNIX man page and
exit.
  --version [file]            = Show program name/version banner and
exit.

Generators

The following generators are available on this platform:
  Unix Makefiles              = Generates standard UNIX makefiles.
  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
  Eclipse CDT4 - Unix Makefiles
                              = Generates Eclipse CDT 4.0 project files.
  KDevelop3                   = Generates KDevelop 3 project files.
  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.
-------------------------------------------------------------
CDN automotive AG
Dr.-Ing. Andreas Bittel
Im Gewerbepark C 27
93059 Regensburg

Tel: +49.941.646888.144
Fax: +49.941.646888.100
Mobil: +49.176 291 555 69
E-Mail: andreas.bittel at cdn-automotive.com
Website: www.cdn-automotive.com

*************************************************************
Diese E-Mail kann vertrauliche und/oder rechtlich geschuetzte
Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort
den Absender und vernichten Sie diese E-Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist
nicht gestattet.

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
*************************************************************

CDN automotive AG

Vorstand: Gitta Bremer
Vorsitzender des Aufsichtsrates: Hilmar Lesch
Sitz der Gesellschaft: Wolfratshausen
Amtsgericht Muenchen: HRB 175083
UST-ID: DE 233263317
-------------------------------------------------------------






More information about the cfe-commits mailing list