search for: comp_main

Displaying 17 results from an estimated 17 matches for "comp_main".

Did you mean: comp_dai
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
...ng directory `/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend' llvm[3]: Compiling Exception.cpp for Debug build (bytecode) llvm[3]: Linking comp_genericeh.bc component... llvm[3]: Compiling crtend.c for Debug build (bytecode) llvm[3]: Compiling listend.ll for Debug build llvm[3]: Linking comp_main.bc component... assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM functions cannot return aggregates"" failed: file "Type.cpp", line 373 make[3]: *** [/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/c...
2004 Dec 22
0
[LLVMdev] More on Cygwin
...ot;--program-prefix=llvm" to the end of the configure line, but > autoconf and Makefiles are not yet updated with that change. Thanks for the tip, it worked with the configuration problem. However, further on, I'm back to the old crtend problem I reported a while ago: llvm[0]: Linking comp_main.bc component... /cygdrive/d/3rd-party/llvm/Debug/bin/gccld.exe -link-as-library \ -internalize-public-api-file=/cygdrive/d/3rd-party/llvm/runtime/GCCLibra ries/crtend/comp_main.lst \ /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/crtend.bc /cygdrive/d/3rd-party/llvm/runtime/GCCLibrari...
2005 Oct 18
3
[LLVMdev] Internalize or build broken?
Hi, I just updated my tree, and when I do a clean rebuild, I get errors like this: WARNING: Internalize couldn't load file '/comp_genericeh.lst'! WARNING: Internalize couldn't load file '/comp_main.lst'! WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! It looks like the necessary files are there, but either the build environment isn't finding them, or Internalize can't load...
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...lvm-4-1/Debug/lib/libcrtend.bca /C/projects/build/MinGW/llvm-4-1/Debug/bin/llvm-ar rcsf /C/projects/build/MinGW/llvm-4-1/Debug/lib/libcrtend.bca /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_genericeh.bc /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_main.bc /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_sjljeh.bc c:\projects\build\MinGW\llvm-4-1\Debug\bin\llvm-ar.exe: c:/projects/build/MinGW/llvm-4-1/Debug/lib/\lib3.tmp: Can't destroy file: The process cannot access the file because it is being used by another proce...
2005 Jan 09
1
[LLVMdev] Cygwin build is still broken
Happy New Year all, I've just updated to the latest CVS version and cygwin port is still broken. When building full llvm: llvm[3]: Compiling crtend.c for Debug build (bytecode) llvm[3]: Compiling listend.ll for Debug build llvm[3]: Linking comp_main.bc component... assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM functions cannot return aggregates"" failed: file "Type.cpp", line 373 make[3]: *** [/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/c...
2005 Oct 18
0
[LLVMdev] Internalize or build broken?
On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote: > I just updated my tree, and when I do a clean rebuild, I get errors like > this: > > WARNING: Internalize couldn't load file '/comp_genericeh.lst'! > WARNING: Internalize couldn't load file '/comp_main.lst'! > WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! > WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! > > It looks like the necessary files are there, but either the build > environment isn't finding them, or Int...
2005 Oct 19
1
[LLVMdev] Internalize or build broken?
...wrote: >On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote: >>I just updated my tree, and when I do a clean rebuild, I get errors like this: >> >>WARNING: Internalize couldn't load file '/comp_genericeh.lst'! >>WARNING: Internalize couldn't load file '/comp_main.lst'! >>WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! >>WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! >> >>It looks like the necessary files are there, but either the build environment isn't finding them,...
2004 Aug 19
4
[LLVMdev] Can't get llvmg++ to work
...l of them work with LLVM. I used linux_base-8; linux_base-6 did not work.) I did have some build errors, which look like they may be relevant: gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' Compiling crtend.c to bytecode Compiling listend.ll to bytecode Linking comp_main.bc component... Compiling Exception.cpp to bytecode Linking comp_genericeh.bc component... Compiling SJLJ-Exception.cpp to bytecode In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../../../include/c++/3.4-llvm/i686-pc-linux-gnu/bits/c++config...
2004 Dec 05
1
[LLVMdev] Building llvm and cfrontend under cygwin
...have struck the following problem: -- llvm: tools-only built ok -- cfrontend: built ok -- llvm: full build failed at the following point: make[3]: Entering directory `/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend' Compiling crtend.c to bytecode Compiling listend.ll to bytecode Linking comp_main.bc component... /cygdrive/d/3rd-party/llvm/tools/Debug/gccld: Error linking in bytecode file '/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crte nd.bc': Bytecode file '/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crte nd.bc' could not be lo...
2004 Aug 19
0
[LLVMdev] Can't get llvmg++ to work
...inux_base-8; linux_base-6 > did not work.) I did have some build errors, which look like they may > be relevant: > > gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' > Compiling crtend.c to bytecode > Compiling listend.ll to bytecode > Linking comp_main.bc component... > Compiling Exception.cpp to bytecode > Linking comp_genericeh.bc component... > Compiling SJLJ-Exception.cpp to bytecode > In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../../../include/c++/3.4-llvm/i686-pc-linu...
2004 Aug 20
2
[LLVMdev] Can't get llvmg++ to work
...I "cd runtime" and did a "gmake clean". This apparently deleted too many files, as I then got: gmake[3]: *** No rule to make target `/usr/home/llvm/obj/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc', needed by `/usr/home/llvm/obj/runtime/GCCLibraries/crtend/BytecodeObj/comp_main.bc'. Stop. Rerunning configure cured the problem. But that touched something that triggers a lot of recompilation. Alas the machine I'm using is underpowered and it'll be a while before it's finished. In the hardware requirements you might want to add 128MB as the minimum for x...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...bcrtend.bca > /C/projects/build/MinGW/llvm-4-1/Debug/bin/llvm-ar rcsf > /C/projects/build/MinGW/llvm-4-1/Debug/lib/libcrtend.bca > /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_genericeh.bc > /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_main.bc > /C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_sjljeh.bc > c:\projects\build\MinGW\llvm-4-1\Debug\bin\llvm-ar.exe: > c:/projects/build/MinGW/llvm-4-1/Debug/lib/\lib3.tmp: Can't destroy file: > The process cannot access the file because it is being us...
2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
...(deprecated))' -c crtend.c -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crten d.bc Compiling listend.ll to bytecode /cygdrive/d/3rd-party/llvm/tools/Debug/llvm-as.exe listend.ll -f -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/liste nd.bc Linking comp_main.bc component... /cygdrive/d/3rd-party/llvm/tools/Debug/gccld.exe -link-as-library -internalize-public-api-file=/cygdrive/d/3rd-party/llvm/runtime/GCCLibra ries/crtend/comp_main.lst /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crten d.bc /cygdrive/d/3rd-party/llvm/runtime/GCCLi...
2005 Jan 26
1
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...ojects/build/MinGW/llvm-4-1/Debug/bin/llvm-ar rcsf > > /C/projects/build/MinGW/llvm-4-1/Debug/lib/libcrtend.bca > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_genericeh.bc > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_main.bc > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_sjljeh.bc > > c:\projects\build\MinGW\llvm-4-1\Debug\bin\llvm-ar.exe: > > c:/projects/build/MinGW/llvm-4-1/Debug/lib/\lib3.tmp: Can't destroy >file: > > The process cannot access the...
2004 Aug 20
0
[LLVMdev] Can't get llvmg++ to work
...ime" and did a "gmake clean". > This apparently deleted too many files, as I then got: > > gmake[3]: *** No rule to make target `/usr/home/llvm/obj/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc', needed by `/usr/home/llvm/obj/runtime/GCCLibraries/crtend/BytecodeObj/comp_main.bc'. Stop. > > Rerunning configure cured the problem. But that touched something that > triggers a lot of recompilation. Yeah, that can be a pain. > Alas the machine I'm using is > underpowered and it'll be a while before it's finished. In the hardware > re...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file:Theprocess cannot access the fi
...> > /C/projects/build/MinGW/llvm-4-1/Debug/lib/libcrtend.bca > > > > > > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_genericeh.bc > > > > > > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_main.bc > > > > > > > >/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/crtend/Debug/comp_sjljeh.bc > > > > c:\projects\build\MinGW\llvm-4-1\Debug\bin\llvm-ar.exe: > > > > c:/projects/build/MinGW/llvm-4-1/Debug/lib/\lib3.tmp: Can't destroy > &...
2004 Aug 19
1
[LLVMdev] Can't get llvmg++ to work
...did not work.) I did have some build errors, which look like they may > > be relevant: > > > > gmake[3]: Entering directory `/usr/home/llvm/obj/runtime/GCCLibraries/crtend' > > Compiling crtend.c to bytecode > > Compiling listend.ll to bytecode > > Linking comp_main.bc component... > > Compiling Exception.cpp to bytecode > > Linking comp_genericeh.bc component... > > Compiling SJLJ-Exception.cpp to bytecode > > In file included from /usr/home/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../../../include/c++/3...