Displaying 7 results from an estimated 7 matches for "rcsf".
Did you mean:
rcs
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...e file (*/\file.tmp).
However, I can't find the bug in the source. Do you have any clue?:
-----------------------------
llvm[3]: Building Debug Bytecode Archive libcrtend.bca
/bin/rm -f /C/projects/build/MinGW/llvm-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_s...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
...wever, I can't find the bug in the source. Do you have any clue?:
>
> -----------------------------
> llvm[3]: Building Debug Bytecode Archive libcrtend.bca
> /bin/rm -f /C/projects/build/MinGW/llvm-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...
2005 Jan 26
1
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...the bug in the source. Do you have any clue?:
> >
> > -----------------------------
> > llvm[3]: Building Debug Bytecode Archive libcrtend.bca
> > /bin/rm -f /C/projects/build/MinGW/llvm-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/MinG...
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file:Theprocess cannot access the fi
...> > >
> > > > -----------------------------
> > > > llvm[3]: Building Debug Bytecode Archive libcrtend.bca
> > > > /bin/rm -f /C/projects/build/MinGW/llvm-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/crt...
2005 Jan 27
2
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...d, 26 Jan 2005 19:47:44 -0800
>
>Fixed.
Yes, now it isn't the path.
I've recorded this trace:
-------------------------
llvm[3]: Building Debug Bytecode Archive libc.bca
/bin/rm -f /C/projects/build/MinGW/llvm-4-1/Debug/lib/libc.bca
/C/projects/build/MinGW/llvm-4-1/Debug/bin/llvm-ar rcsf
/C/projects/build/MinGW/llvm-4-1/Debug/lib/libc.bca
/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/libc/Debug/atox.bc
/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/libc/Debug/io.bc
/C/projects/build/MinGW/llvm-4-1/runtime/GCCLibraries/libc/Debug/memory.bc
/C/projects/build/MinGW...
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...$(PROJ_SRC_ROOT)/lib/Target
+TableGen = $(TBLGEN) -I $(call SYSPATH, $(PROJ_SRC_DIR)) \
+ -I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \
+ -I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target)
Archive = $(AR) $(AR.Flags)
LArchive = $(LLVMToolDir)/llvm-ar rcsf
ifdef RANLIB
@@ -1248,57 +1249,57 @@
$(TARGET:%=$(ObjDir)/%GenRegisterNames.inc.tmp): \
$(ObjDir)/%GenRegisterNames.inc.tmp : %.td $(ObjDir)/.dir
$(Echo) "Building $(<F) register names with tblgen"
- $(Verb) $(TableGen) -gen-register-enums -o $@ $<
+ $(Verb) $(TableGen) -ge...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron