search for: flexicat01

Displaying 9 results from an estimated 9 matches for "flexicat01".

2012 Dec 21
0
[LLVMdev] llvm 32bit with 64bit output?
On 12/20/2012 7:18 PM, Flexicat01 wrote: > At the moment i have set up cygwin using its llvm package to learn with and, > as i prefer developing in that unix style environment and using the command > line i will stick with that for a bit. Since you say a 32bit llvm can > generate 64bit binaries i also assume that they s...
2012 Dec 21
0
[LLVMdev] Build failed Intrinsics.td no such file, it is there!
This looks like you're trying to have your build directory be inside the source directory. Don't do that. -Jim On Dec 21, 2012, at 12:33 PM, Flexicat01 <nekroze.lives at gmail.com> wrote: > Hello, i am trying to build llvm 3.2 and early into the make proccess i am > getting this error: > > llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td > Could not open input file '/src/llvm-3.2.src/include/llvm/Intrinsics.td'...
2012 Dec 21
1
[LLVMdev] Build failed Intrinsics.td no such file, it is there!
Of course, my apologies, its late. Fixed now it seems mate thanks. -- View this message in context: http://llvm.1065342.n5.nabble.com/Build-failed-Intrinsics-td-no-such-file-it-is-there-tp52792p52794.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Dec 26
1
[LLVMdev] llvm 32bit with 64bit output?
I did try the cygwin mingw-x86_64 but i couldn't get llvm to compile, but i did try and compile clang and compiler_rt as well, may have to try again soon. On windows i'm not interesting in i686 or any 32 bit compiling just 64 bit alone but i don't need a jit anyways for my language. If i use the cygwin environment to build llvm do i have to use cmake or can i use the standard
2012 Dec 21
2
[LLVMdev] llvm 32bit with 64bit output?
At the moment i have set up cygwin using its llvm package to learn with and, as i prefer developing in that unix style environment and using the command line i will stick with that for a bit. Since you say a 32bit llvm can generate 64bit binaries i also assume that they shouldnt require the cygwin runtime (cygwin1.dll) but if it does i could at that point switch to mingw with cygwin hopefully or
2012 Dec 21
2
[LLVMdev] Build failed Intrinsics.td no such file, it is there!
Hello, i am trying to build llvm 3.2 and early into the make proccess i am getting this error: llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td Could not open input file '/src/llvm-3.2.src/include/llvm/Intrinsics.td': No such file or directory Makefile:23: recipe for target `/src/llvm-3.2.src/build/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp' failed make[1]: ***
2012 Dec 26
0
[LLVMdev] llvm 32bit with 64bit output?
2012/12/21 Flexicat01 <nekroze.lives at gmail.com>: > I am looking at starting a project to make a toy language that is targeted > purely at 64bit windows. I have never used llvm or anything like it i am > just trying to learn new things. > > However there are several problems, as far as i have seen...
2012 Dec 20
4
[LLVMdev] llvm 32bit with 64bit output?
I am looking at starting a project to make a toy language that is targeted purely at 64bit windows. I have never used llvm or anything like it i am just trying to learn new things. However there are several problems, as far as i have seen, with compiling llvm in 64bit on windows. So i was wondering if i compile a 32bit version of llvm and use that can my resulting compiler output 64bit binaries?
2012 Dec 23
0
[LLVMdev] LLVM-C bindings tutorial?
I am just about to start a toy project with llvm through the C bindings and would like to know if there are any up to date tutorials for the C bindings specifically. I would like to learn from something like the Kaleidoscope tutorials but with in C. I know the ocaml version of that tutorial uses the C bindings but i dont want to learn enough ocaml just so i can figure out how the current llvm c