> BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm > working on a fix.Hi Mikhail, Did you get a chance to fix this. I still get errors while building examples. i00202 at ubuntu:~/projects/llvm/tools/llvmc/example/mcc16$ make make[1]: Entering directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/plugins' make[2]: Entering directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base' make[1]: Leaving directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/plugins' make[1]: Entering directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/driver' make[1]: *** No rule to make target `/home/i00202/projects/llvm/Debug/lib/plugin_llvmc_PIC16Base.o', needed by `/home/i00202/projects/llvm/Debug/bin/mcc16'. Stop. make[1]: Leaving directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/driver' make: *** [all] Error 1 This is with srcdir = objdir. I get the same error even when srcdir and objdir are separate. Thanks, Sanjiv -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090622/787f20e3/attachment.html>
Hi Sanjiv, 2009/6/23 <Sanjiv.Gupta at microchip.com>:> >> BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm >> working on a fix. > > Hi Mikhail, > Did you get a chance to fix this. I still get errors while building > examples.Not yet, sorry - I was away during the weekend. I'll fix this issue either today or tomorrow. For now, please use the version prior to r75379. -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Hi Sanjiv, 2009/6/23 <Sanjiv.Gupta at microchip.com>> > > BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm > > working on a fix. > > Hi Mikhail, > Did you get a chance to fix this. I still get errors while building examples. >This issue should be fixed now (r74001+). -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
Mikhail Glushenkov wrote:> Hi Sanjiv, > > 2009/6/23 <Sanjiv.Gupta at microchip.com> > >>> BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm >>> working on a fix. >>> >> Hi Mikhail, >> Did you get a chance to fix this. I still get errors while building examples. >> >> > > This issue should be fixed now (r74001+). > >Yes. It works now. I have a few more things to ask. In a command line such as below: clang-cc -triple=pic16- -emit-llvm-bc hello.c -o /tmp/llvm_YdmvZG/hello.bc who is suppose to create TmpDir /tmp/llvm_YdmvZG/ ? I see neither the driver nor clang-cc creates it. How to change TmpDir? For example I may want to create a Debug or Release dir under the current dir to create binaries, then how to say that ./Debug or ./Release should be used by the driver as TmpDir ? - Sanjiv