search for: belayda

Displaying 11 results from an estimated 11 matches for "belayda".

Did you mean: elayda
2008 Aug 27
1
[LLVMdev] LLVM 2.3 available as a VMware appliance
Hi! Bernardo, I'm really interested in using that one. Where I can download it from? Thanks, Seung ---- Original message ---- >Date: Tue, 26 Aug 2008 22:56:04 -0700 >From: "Bernardo Elayda" <belayda at gmail.com> >Subject: [LLVMdev] LLVM 2.3 available as a VMware appliance >To: llvmdev at cs.uiuc.edu > > Hi! > > Would there be any interest in distributing a VMware > installation of LLVM 2.3 via llvm.org > > I've created a VMware appliance t...
2008 Sep 03
1
[LLVMdev] Info on LLVM 2.3 which is available as a virutal appliance
Hi! I'm glad that their is interest in the VMware install of LLVM 2.3. The appliance(compressed via 7zip) is over 800 MB in size. So, I can't send it out via email. I don't have the resources to host it. If someone can find an area that this appliance can live, I'd be willing to upload it os that everyone could use it. regards, Bernardo -------------- next part --------------
2008 Apr 04
1
[LLVMdev] Will gcc 4.3.0 compile llvm 2.2?
Hi! I'm trying to compile llvm 2.2 with gcc 4.3.0 on FC8. My compile is failing with the following error(s): error: invalid use of incomplete type 'struct std::basic_ostream<char, std::char_traits<char> >' If you've run into this, how did you get around this issue? thx in advance! -Bernardo -------------- next part -------------- An HTML attachment was scrubbed...
2008 Sep 05
3
[LLVMdev] Newbie question on front-end and code compaction
Hi! I'm still a newbie to LLVM, so I'm looking for guidance that will tell me the right docs to read. I'm interested in working on 2 different things. I'm interested on adding a new front end for a functional language such as Lisp. I'm also interested in helping out with compaction(making code with a small footprint). What are the right docs for me to start reading and
2008 Aug 25
0
[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
Hi, I'm trying to build from source the llvm-gcc4.2-2.3 front end. My host OS is Ubunut 8.04. "make install" completed sucessfully, but I do not see a file called libstdc++.dylib in the `pwd`/../install/lib/libstdc++.dylib area. In fact, I can't find any file with an extension .dylib. Have I done something wrong or is this a known issue with a workaround? tia, Bernardo
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hi, I'm trying to setup the llvm-gcc-4.2-2.3 front end which I've built from source on Ubunutu 8.04. It has built successfuly. In the README.LLVM file, it says that the following must be done after the "make install" step: $ make install $ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib $ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib *.dylib
2008 Aug 27
0
[LLVMdev] LLVM 2.3 available as a VMware appliance
Hi! Would there be any interest in distributing a VMware installation of LLVM 2.3 via llvm.org I've created a VMware appliance that uses Ubunutu 8.04 and has LLVM2.3 installed. With a VMware appliance, one could start using the LLVM suite immediately. All that is need is the appliance and VMware player. If there is interest in this appliance, I'm willing to do this for each release.
2008 Sep 03
0
[LLVMdev] VMware LLVM 2.3 appliance update
Thanks Overmind! I had forgotten about the VMware Appliance Page, which has an area for 'community' appliances. I'll work on getting it there. I'll post here again when the appliance is available. regards, Bernardo >As long as it does not exceed a terabyte or 1.5tb or so of download >bandwidth a month, I could host it without issue. Probably something >relating
2008 Mar 29
1
[LLVMdev] Noob questoin on ExecutionEngine::create
Hello! I'm using llvm v2.1 on FC8. I'm having some trouble with the tutorial on adding JIT. I'm just trying to compile the following code: using namespace llvm; static ExecutionEngine *TheExecutionEngine; static Module *TheModule; int main(){ TheModule = new Module("my cool jit"); TheExecutionEngine = ExecutionEngine::create(TheModule); } I'm using the following
2008 Mar 29
0
[LLVMdev] no matching function call to llvm::ExecutionEngine::create(llvm::Module*&)
Hi! I'm a noob to llvm and I'm running through the tutorial for adding JIT. I"m using llvm 2.1 on FC8. I'm just trying to compile this very simple piece of code based upon the full code listing in the tutorial: using namespace std; static ExecutionEngine *TheExecutionEngine; static Module *TheModule; int main() { TheModule = new Module("my cool jit");
2008 Aug 15
4
[LLVMdev] Which linux distribution required the least effort to install LLVM 2.3?
Hi! I'm a new LLVM user. I want to start using the LLVM System v2.3. However, I don't want to spend all my time hunting, pecking, downgrading, and/or upgrading packages to get LLVM v2.3 running. I was wondering which Linux distrubutions(FC7, Ubuntu, NetBSD, etc) have required the least effort out of the box to start running LLVM v2.3. tia, Bernardo Elayda -------------- next part