Hi, On Tue, May 22, 2012 at 6:07 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote:> Hi Balachandran, > > If this is a bug, it should be filed to clang, since you're compiling a file > located in the clang project. But it looks like your llvm tree and clang > tree are not in sync. Could you svn update both and see if that fixes it? >Thanks, I had done an svn up on one of the sub directories and hence it had been out of sync. But had completely missed that point. Just did an svn up and started off the build again. Thanks -- Thank you Balachandran Sivakumar Arise Awake and stop not till the goal is reached. - Swami Vivekananda Mail: benignbala at gmail.com Blog: http://benignbala.wordpress.com/
Hi, On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar <benignbala at gmail.com> wrote:> Hi, > > Thanks, I had done an svn up on one of the sub directories and > hence it had been out of sync. But had completely missed that point. > Just did an svn up and started off the build again. Thanks >The clang build went on fine. But subsequently, when I build vmkit, the compilation goes through fine, but when it links and does the binary creation, it fails with errors like this: /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: not found llvm[2]: Building Release+Asserts Bytecode Module MMTKRuntime.bc make[2]: r: Command not found make[2]: [/home/ganapathy/projects/vmkit/Release+Asserts/lib/MMTKRuntime.bc] Error 127 (ignored) make[2]: Leaving directory `/home/ganapathy/projects/vmkit/mmtk/mmtk-j3' make[2]: Entering directory `/home/ganapathy/projects/vmkit/mmtk/mmtk-alloc' llvm[2]: Constructing LLVMBuild project information. /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: not found llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc Can someone help with this please ? Thanks -- Thank you Balachandran Sivakumar Arise Awake and stop not till the goal is reached. - Swami Vivekananda Mail: benignbala at gmail.com Blog: http://benignbala.wordpress.com/
Hi Balachandran, On Tue, May 22, 2012 at 8:45 PM, Balachandran Sivakumar < benignbala at gmail.com> wrote:> Hi, > > On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar > <benignbala at gmail.com> wrote: > > Hi, > > > > Thanks, I had done an svn up on one of the sub directories and > > hence it had been out of sync. But had completely missed that point. > > Just did an svn up and started off the build again. Thanks > > > > The clang build went on fine. But subsequently, when I build > vmkit, the compilation goes through fine, but when it links and does > the binary creation, it fails with errors like this: > > /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: > not found > llvm[2]: Building Release+Asserts Bytecode Module MMTKRuntime.bc > make[2]: r: Command not found > make[2]: > [/home/ganapathy/projects/vmkit/Release+Asserts/lib/MMTKRuntime.bc] > Error 127 (ignored) > make[2]: Leaving directory `/home/ganapathy/projects/vmkit/mmtk/mmtk-j3' > make[2]: Entering directory > `/home/ganapathy/projects/vmkit/mmtk/mmtk-alloc' > llvm[2]: Constructing LLVMBuild project information. > /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: > not found > llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc > > Can someone help with this please ? Thanks >I have just fixed the problem (vmkit used to use llvm-ld but llvm-ld has been replaced with llvm-link). Please try to update both llvm and vmkit repos and compile. Let me know if it worked for you! Nicolas --> Thank you > Balachandran Sivakumar > > Arise Awake and stop not till the goal is reached. > - Swami > Vivekananda > > Mail: benignbala at gmail.com > Blog: http://benignbala.wordpress.com/ >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120523/45296d6b/attachment.html>