<span class="Apple-style-span" style="border-collapse:collapse;font-family:verdana,geneva,helvetica,arial,sans-serif;font-size:13px">Hello everyone, </span><div><span class="Apple-style-span" style="border-collapse:collapse;font-family:verdana,geneva,helvetica,arial,sans-serif;font-size:13px">I am new here.I want to write a new pass to add my functions. <br>
I just have compiled LLVM and clang successfully on windows xp. <br>But, I met some problem when I continue to compile the 'hello' pass which is under the path 'lib/Transforms/hello'. <br>I was following the web "<a href="http://llvm.org/docs/WritingAnLLVMPass.html" target="_top" rel="nofollow" style="font-size:1em;text-decoration:none">http://llvm.org/docs/WritingAnLLVMPass.html</a>" until to compile the file. <br>
the error message is " ../../../Makefile.config: No such file or directory",then I found  there is a file named '<a href="http://Makefile.config.in">Makefile.config.in</a>' 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’ . <br>
Because of widnows xp, I use  cygwin to build pass,the command I used is 'make'. <br><br>Is there anyone can help? </span></div>