Re: [LLVMdev] Compile a linux kernel with LLVM?

ymxia at nudt.edu.cn ymxia at nudt.edu.cn
Mon Jul 25 01:35:13 PDT 2005


When I compiled a linux kernel, gccas was used to compile assembly code.

But gccas cannot recognize the line comment character "#" of gnu assembler, 

and abort the compile with reporting a error "syntax error, unexpected $undefined". 

I watch llvm/tools/gccas, but donot known how to add this function in it. 

Would you give me some suggestions?

Thanks.




More information about the llvm-dev mailing list