Displaying 2 results from an estimated 2 matches for "be6cdcee".
2009 Nov 02
0
[LLVMdev] llvm-mc build fails
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
2009 Nov 02
4
[LLVMdev] llvm-mc build fails
Hi,
I'm looking for some pointers on how to troubleshoot this problem. I'm
trying to write a backend for the AVR.
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?
AVRTargetMachine::AVRTargetMachine(const Target &T,