search for: ccapglp

Displaying 5 results from an estimated 5 matches for "ccapglp".

Did you mean: ccapglpe
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
2002 Oct 30
2
[LLVMdev] problems with llvmgcc
.... Jerry On Tue, 29 Oct 2002, Chris Lattner wrote: > > 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 > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > doesn't work, please post the output of: 'llvmgcc hello.c -v' > > It may be possible that the wrong 'as'...
2002 Oct 29
0
[LLVMdev] problems with llvmgcc
> 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 First try doing an 'rm -f /var/tmp/*' and try again. If that still doesn't work, please post the output of: 'llvmgcc hello.c -v' It may be possible that the wrong 'as' is installed on CSIL. llvmg...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...t; > > 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 > > > > > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > > > doesn't work, please post the output of: 'llvmgcc hello.c -v' > > > &g...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...Lattner wrote: > > > > 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 > > > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > > doesn't work, please post the output of: 'llvmgcc hello.c -v' > > > > It may be possib...