[LLVMbugs] Problems with Stacker

Bill Wendling isanbard at gmail.com
Mon Dec 4 17:41:19 PST 2006


On 12/4/06, Reid Spencer <rspencer at reidspencer.com> wrote:
> 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.
>
I've only been using llvm-gcc4.

I reconfigured/built my tree and it works now.

-bw



More information about the llvm-bugs mailing list