Hello everyone, I am new here.I want to write a new pass to add my functions. I just have compiled LLVM and clang successfully on windows xp. But, I met some problem when I continue to compile the 'hello' pass which is under the path 'lib/Transforms/hello'. I was following the web "http://llvm.org/docs/WritingAnLLVMPass.html" until to compile the file. the error message is " ../../../Makefile.config: No such file or directory",then I found there is a file named 'Makefile.config.in' rather than named 'Makefile.config' in the source directory. so I reset the correct name to compile. but another error occured: ‘ *** Omission separated character 。 stop’ . Because of widnows xp, I use cygwin to build pass,the command I used is 'make'. Is there anyone can help? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120405/77360615/attachment.html>
Anton Korobeynikov
2012-Apr-05 08:42 UTC
[LLVMdev] Problem with compiling pass on windows xp
> the error message is " ../../../Makefile.config: No such file or > directory",then I found there is a file named 'Makefile.config.in' rather > than named 'Makefile.config' in the source directory. so I reset the correct > name to compile. but another error occured: ‘ *** Omission separated > character 。 stop’ . > Because of widnows xp, I use cygwin to build pass,the command I used is > 'make'.As usual, you have to run configure before make. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University