search for: ccobi9kx

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

2002 Oct 30
2
[LLVMdev] problems with llvmgcc
...bin/../lib/gcc-lib/llvm/3.1/cc1 -lang-c -v -iprefix /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/ -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 (experimental) (llvm) compiled by GNU C version 2.95.3 20010315 (release). ignoring nonexistent directory "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-include" ignoring nonexistent d...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
.../usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > > b/llvm/3.1/ > > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > > (experimental) (llvm) > > compiled by GNU C version 2.95.3 20010315 (release). > > ignoring nonexistent directory > > "/usr/dcs/projects/cs426/Software/gcc_ins...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...ng-c -v -iprefix > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > b/llvm/3.1/ > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > (experimental) (llvm) > compiled by GNU C version 2.95.3 20010315 (release). > ignoring nonexistent directory > "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-include...
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