search for: get_start

Displaying 20 results from an estimated 164 matches for "get_start".

Did you mean: gdt_start
2012 Jul 09
3
[LLVMdev] Unable to do even basic Clang tutorial
On 7/9/2012 1:42 PM, Chad Rosier wrote: > Have you looked here: http://clang.llvm.org/get_started.html > > Chad > > > On Jul 9, 2012, at 11:33 AM, NY Knicks Fan wrote: > >> I'm trying to do the tutorials at: >> >> https://github.com/loarabia/Clang-tu...i/TutorialOrig >> <https://github.com/loarabia/Clang-tutorial/wiki/TutorialOrig> >&gt...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps giving here <http://vmkit.llvm.org/get_started.html>[1]. but when I run ./configure I am getting following error- root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure >> -with-llvm-config-path=../llvm-3.3.src/configure >> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip >> --with-gnu-c...
2012 Jul 09
4
[LLVMdev] Unable to do even basic Clang tutorial
...install path>/include . This directory <install path>/include should look something like: clang/ clang-c/ llvm/ llvm-c/ HTH ashok On 7/9/2012 3:15 PM, NY Knicks Fan wrote: > I downloaded the 3.1 LLVM and Clang sources. > > I followed the directions at: http://clang.llvm.org/get_started.html > > I am able to use Clang to compile stuff, but I could already do that > with GCC. > > I'm trying to use Clang for parsing code, but I can't even get started. > > Can you tell me how to "include the installed location ofclang/llvm > headers directories...
2012 Jul 09
0
[LLVMdev] Unable to do even basic Clang tutorial
I downloaded the 3.1 LLVM and Clang sources. I followed the directions at: http://clang.llvm.org/get_started.html I am able to use Clang to compile stuff, but I could already do that with GCC. I'm trying to use Clang for parsing code, but I can't even get started. Can you tell me how to "include the installed location of  clang/llvm headers directories in your include path"? Thanks...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...OUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config Try to change the -with-llvm-config-path option and it will compile. Harris Bakiras On 07/19/2013 02:36 PM, Kumar Sukhani wrote: > To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps > giving here <http://vmkit.llvm.org/get_started.html>[1]. > but when I run ./configure I am getting following error- > > root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure > -with-llvm-config-path=../llvm-3.3.src/configure > --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/g...
2012 Jul 09
3
[LLVMdev] Unable to do even basic Clang tutorial
...stall path>/include should look something like: > > clang/ clang-c/ llvm/ llvm-c/ > > HTH > ashok > > On 7/9/2012 3:15 PM, NY Knicks Fan wrote: > > I downloaded the 3.1 LLVM and Clang sources. > > > > I followed the directions at: http://clang.llvm.org/get_started.html > > > > I am able to use Clang to compile stuff, but I could already do that > > with GCC. > > > > I'm trying to use Clang for parsing code, but I can't even get started. > > > > Can you tell me how to "include the installed locat...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...s/bin/llvm-config > > Try to change the -with-llvm-config-path option and it will compile. > > Harris Bakiras > > On 07/19/2013 02:36 PM, Kumar Sukhani wrote: > > To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps > giving here <http://vmkit.llvm.org/get_started.html>[1]. > but when I run ./configure I am getting following error- > > root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure >>> -with-llvm-config-path=../llvm-3.3.src/configure >>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.z...
2013 Nov 18
2
[LLVMdev] Broken build: r194813
...an] Add the configure+make rules for building the ASan runtime for iOS > simulator. Tim Northover was kind enough to track this down to a dependency on the “iphonesimulator” SDK. How should this issue be resolved? I'm currently following the receipe to build Clang from http://clang.llvm.org/get_started.html. Tx, Cameron
2013 Apr 17
2
[LLVMdev] unable to build clang/llvm
I followed the instructions given on http://clang.llvm.org/get_started.html to build clang/llvm, but when I do make, I get the following errors. collect2: ld terminated with signal 9 [Killed] make[4]: *** [/home/me/build/Debug+Asserts/bin/clang] Error 1 make[4]: Leaving directory `/home/me/build/tools/clang/tools/driver' make[3]: *** [all] Error 1 make[3]: Leav...
2016 Oct 22
2
Error while building llvm - need suggestion
Hello, I got a problem while building llvm using cmake version 3.7 following the instructions in " http://clang.llvm.org/get_started.html ". After building for 56% it's displaying the error "make[2]: *** No rule to make target `/GetSVN.cmake', needed by `tools/clang/lib/Basic/SVNVersion.inc'. Stop. " I did notice the presence of GetSVN.cmake in the system path /LibFuzzer/llvm/cmake/modules. Is ther...
2016 Jun 02
2
issue: IMPORTANT: APT repo temporary switched off
...at lists.llvm.org > wrote: > Since the APT repository is down... everything under that location is > unavailable, including the instructions on how I could build/install > LLVM/clang from sources. Could you guys advise, please? > You can quickly start here... http://clang.llvm.org/get_started.html at least until we replace the service. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160602/55925d04/attachment.html>
2012 Jul 10
0
[LLVMdev] Unable to do even basic Clang tutorial
...install path>/include . This directory <install path>/include should look something like: clang/  clang-c/  llvm/  llvm-c/ HTH ashok On 7/9/2012 3:15 PM, NY Knicks Fan wrote: > I downloaded the 3.1 LLVM and Clang sources. > > I followed the directions at: http://clang.llvm.org/get_started.html > > I am able to use Clang to compile stuff, but I could already do that > with GCC. > > I'm trying to use Clang for parsing code, but I can't even get started. > > Can you tell me how to "include the installed location ofclang/llvm > headers directories...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...y to change the -with-llvm-config-path option and it will compile. >> >> Harris Bakiras >> >> On 07/19/2013 02:36 PM, Kumar Sukhani wrote: >> >> To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps >> giving here <http://vmkit.llvm.org/get_started.html>[1]. >> but when I run ./configure I am getting following error- >> >> root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure >>>> -with-llvm-config-path=../llvm-3.3.src/configure >>>> --with-gnu-classpath-glibj=/usr/local/classpath/sha...
2010 Oct 28
2
[LLVMdev] strict aliasing and LLVM
Thanks. Just built clang and saw the meta data and annotations on the memory accesses -- is any opt pass consuming the information? By the way the build instruction in this page http://clang.llvm.org/get_started.html needs to be updated -- it recommends config (with default settings) and build llvm in the source dir -- it leaves some 'sticky' generated files in the source dir leading to building problems. David 2010/10/27 Rafael Espíndola <rafael.espindola at gmail.com> > On 27 Octobe...
2009 Aug 20
2
[LLVMdev] Issues with HelloWorld on VMKit
HI I tried to follow the procedure at http://vmkit.llvm.org/get_started.html . Builds of LLVM and classpath went fine (after fixing a few dependency problems). After compiling a simple HelloWorld with javac I got ../vmkit/Debug/bin/jnjvm HelloWorld hang for a while and then spits out a terminate called without an active exception Abort I also tried to compil...
2011 Nov 29
2
[LLVMdev] Turning on/off instruction extensions
Sorry, the previous mail was unreadable: On 28/11/2011, at 18:52, Hal Finkel wrote: > First, grab the trunk versions of llvm and clang. This is detailed on > http://clang.llvm.org/get_started.html > > Then you apply the patch. On a Unix-like system, this is something like: > cd llvm > patch -p1 < /path/to/the-patch-file.diff > I tried to apply the patch to llvm 2.9 (not the trunk) but it shows a lot of "... hunk FAILED -- saving rejects to file ...". Is...
2012 Jul 09
0
[LLVMdev] Unable to do even basic Clang tutorial
...install path>/include . This directory <install path>/include should look something like: clang/  clang-c/  llvm/  llvm-c/ HTH ashok On 7/9/2012 3:15 PM, NY Knicks Fan wrote: > I downloaded the 3.1 LLVM and Clang sources. > > I followed the directions at: http://clang.llvm.org/get_started.html > > I am able to use Clang to compile stuff, but I could already do that > with GCC. > > I'm trying to use Clang for parsing code, but I can't even get started. > > Can you tell me how to "include the installed location ofclang/llvm > headers directories...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...> Try to change the -with-llvm-config-path option and it will compile. > > Harris Bakiras > > On 07/19/2013 02:36 PM, Kumar Sukhani wrote: >> To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the >> steps giving here <http://vmkit.llvm.org/get_started.html>[1]. >> but when I run ./configure I am getting following error- >> >> root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# >> ./configure >> -with-llvm-config-path=../llvm-3.3.src/configure >> --with-g...
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...onfig-path option and it will compile. >>> >>> Harris Bakiras >>> >>> On 07/19/2013 02:36 PM, Kumar Sukhani wrote: >>> >>> To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps >>> giving here <http://vmkit.llvm.org/get_started.html>[1]. >>> but when I run ./configure I am getting following error- >>> >>> root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure >>>>> -with-llvm-config-path=../llvm-3.3.src/configure >>>>> --with-gnu-classpath-glibj=/usr...
2018 Apr 27
3
Size of produced binaries when compiling llvm & clang sources
Dear llvm developpers, I followed the tutorial to build llvm and clang provided here: https://clang.llvm.org/get_started.html The sources are in sync with subversion repository, and I ended up with more than 30GB of binaries in llvm/bin as shown at the end of this message. I assume I did something wrong, but I did not find any entry in the doc that helps me understand how to reduce the size of the binaries produc...