search for: ccohcie3

Displaying 4 results from an estimated 4 matches for "ccohcie3".

2002 Oct 30
2
[LLVMdev] problems with llvmgcc
...ib/llvm/3.1/../../../../llvm/include" #include "..." search starts here: #include <...> search starts here: /usr/dcs/projects/cs426/Software/gcc_install/lib/gcc-lib/llvm/3.1/include /usr/dcs/projects/cs426/Software/gcc_install/llvm/include End of search list. as -o /var/tmp//ccohciE3.o /var/tmp//ccobi9kx.s as: error opening '/var/tmp//ccohciE3.o': file exists! Use -f command line argument to force output I think the as is the following one: /home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as But actually, this path DOESN'T exist. I don't know why is that, ple...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...." search starts here: > > #include <...> search starts here: > > /usr/dcs/projects/cs426/Software/gcc_install/lib/gcc-lib/llvm/ > > 3.1/include > > /usr/dcs/projects/cs426/Software/gcc_install/llvm/include > > End of search list. > > as -o /var/tmp//ccohciE3.o /var/tmp//ccobi9kx.s > > as: error opening '/var/tmp//ccohciE3.o': file exists! > > Use -f command line argument to force output > > > > I think the as is the following one: > > /home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as > > But actually, thi...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...quot; > #include "..." search starts here: > #include <...> search starts here: > /usr/dcs/projects/cs426/Software/gcc_install/lib/gcc-lib/llvm/ > 3.1/include > /usr/dcs/projects/cs426/Software/gcc_install/llvm/include > End of search list. > as -o /var/tmp//ccohciE3.o /var/tmp//ccobi9kx.s > as: error opening '/var/tmp//ccohciE3.o': file exists! > Use -f command line argument to force output > > I think the as is the following one: > /home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-as > But actually, this path DOESN'T exist. I...
2002 Oct 29
2
[LLVMdev] problems with llvmgcc
Dear llvm, I just tried to compile a simple file hello.c. But each time I used llvmgcc hello.c, it gave me the following error: xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c as: error opening '/var/tmp//ccapglpE.o': file exists! Use -f command line argument to force output I really got confused. Could you please let me know what's wrong? thanks, Jerry