dear all, i'am working on developing new llvm compiler backend for dlx processor. I finished writing the code and i'm trying to build it. After some errors that i fixed them, i have a one that i can't find a solution for it. I wish you help me to fix it and i will be grateful. Indeed, the compilation stop at level "[ 76%] Building DlxGenAsmMatcher.inc..." with no trace .. you find bellow a capture of the execution. -- Ons BOUTITI PhD student, ENIT -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2018-01-31 11-40-46.png Type: image/png Size: 623444 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180131/0825a5eb/attachment-0001.png>
Hi, generally, please don't send screenshots: Copy&paste of your terminal output is much easier and better to search for in the future... Without the source code, I think nobody will be able to help. You might be trying $ make VERBOSE=1 to see what's actually happening underneath. Maybe one command is returning a non-zero exit status? Cheers, Jonas Am 2018-01-31 11:53, schrieb Ons Boutiti via llvm-dev:> dear all, > i'am working on developing new llvm compiler backend for dlx > processor. I finished writing the code and i'm trying to build it. > After some errors that i fixed them, i have a one that i can't find a > solution for it. I wish you help me to fix it and i will be grateful. > Indeed, the compilation stop at level "[ 76%] Building > DlxGenAsmMatcher.inc..." with no trace .. you find bellow a capture of > the execution. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
It's could be the ill-formed td file causing llvm-tablegen stuck there. You might have to double-check your td file. HTH, chenwj 2018-01-31 18:53 GMT+08:00 Ons Boutiti via llvm-dev <llvm-dev at lists.llvm.org>:> dear all, > i'am working on developing new llvm compiler backend for dlx > processor. I finished writing the code and i'm trying to build it. > After some errors that i fixed them, i have a one that i can't find a > solution for it. I wish you help me to fix it and i will be grateful. > Indeed, the compilation stop at level "[ 76%] Building > DlxGenAsmMatcher.inc..." with no trace .. you find bellow a capture of > the execution. > -- > Ons BOUTITI > PhD student, ENIT > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180203/81421392/attachment.html>