search for: e11bfdd9

Displaying 3 results from an estimated 3 matches for "e11bfdd9".

2012 Apr 15
0
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Hi ZhenKai, Perhaps you can try to write a kernel module and compile it by using Clang first, (see http://www.faqs.org/docs/kernel/). You might be interested in this page, http://www.faqs.org/docs/kernel/x204.html which contains a Makefile used to compile a kernel module. Good Luck! Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia
2012 Apr 15
2
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Hi all,I've been confuzed by this question for several days! I know there is Started Guild in llvm.org to tell me how tocompile helloworld.c into ,bc file. But what if it is a module that includes header files in linux?Could you be kind and tell me the clang command that can compile the following programme into a .bc file? Thank you! #include <linux/init.h> #include
2012 Apr 16
2
[LLVMdev] How to compile this linux-driver like programme into .bc file?
..., Institute of Information Science, >Academia Sinica, Taiwan (R.O.C.) >Tel:886-2-2788-3799 #1667 >Homepage: http://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120416/e11bfdd9/attachment.html>