[LLVMdev] llvm-mc build fails
John Myers
atomicdog.jwm at gmail.com
Mon Nov 2 14:19:22 PST 2009
Thanks Anton, that was the problem. I didn't know there was target specific
dependencies in the CMake directory.
--John
On Sun, Nov 1, 2009 at 11:31 PM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:
> Hello, John
>
> > There is an undefined reference at line 48 which is the line FrameInfo()
> is
> > on. I've tried to use the MSP430 and other targets as references so I'm
> not
> > sure
> > what changes I did would cause a problem on this line?
> It doesn't seem you're linking libTarget in. Have you tried not to use
> cmake-generated makefiles? As for the cmake - it tracked the explicit
> list of dependencies somewhere, you might want to update it as well
> (and different target-specific places in CMakeList.txt files).
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091102/be6cdcee/attachment.html>
More information about the llvm-dev
mailing list