[LLVMbugs] Problems with Stacker

Reid Spencer rspencer at reidspencer.com
Mon Dec 4 17:33:39 PST 2006


On Mon, 2006-12-04 at 16:59 -0800, Bill Wendling wrote:
> Iwhen building the top of tree, I keep getting this error:
> 
> llvm[4]: Compiling stacker_rt.c for Debug build (bytecode)
> llvm[4]: Compiling stacker_rt.ll to stacker_rt.bc for Debug build (bytecode)
> /Volumes/Gir/devel/llvm/llvm.clean/Debug/bin/gccas:
> /Volumes/Gir/devel/llvm/llvm.clean/projects/Stacker/lib/runtime/Debug/stacker_rt.ll:18,0:
> syntax error, unexpected $undefined, expecting STRINGCONSTANT
> /Volumes/Gir/devel/llvm/llvm.clean/projects/Stacker/lib/runtime/Debug/stacker_rt.ll:18:
>  while reading token: 'a'
> make[4]: *** [/Volumes/Gir/devel/llvm/llvm.clean/projects/Stacker/lib/runtime/Debug/stacker_rt.bc]

Please see my email about llvm-gcc3 not being supported any more.
llvm-gcc3 cannot produce assembly code that gccas can read any more.
You'll need to upgrade to llvm-gcc4 if you wish to work on the LLVM
head.

> Error 1
> make[3]: *** [all] Error 1
> make[2]: *** [all] Error 1
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
> 
> 
> Anyone else receiving these?
> 
> -bw
> _______________________________________________
> LLVMbugs mailing list
> LLVMbugs at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs




More information about the llvm-bugs mailing list