I've tried compiling with tinycc, and assembling with yasm, and fasm even with intel syntax. I'm just wondering what available compilers and assemblers there are without trying every one of them. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/b779a781/attachment.html>
Anton Korobeynikov
2009-Apr-08 22:59 UTC
[LLVMdev] Native Static Compilers Compatible with LLVM
> I've tried compiling with tinycc, and assembling with yasm, and fasm even > with intel syntax. I'm just wondering what available compilers and > assemblers there are without trying every one of them.gas -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Richard Pennington
2009-Apr-08 23:20 UTC
[LLVMdev] Native Static Compilers Compatible with LLVM
Anton Korobeynikov wrote:>> I've tried compiling with tinycc, and assembling with yasm, and fasm even >> with intel syntax. I'm just wondering what available compilers and >> assemblers there are without trying every one of them. > gas >Right. I only use gas and ld. -Rich
Apparently Analagous Threads
- [LLVMdev] Native Static Compilers Compatible with LLVM
- [LLVMdev] Unable to compile .s files generated with llc.
- [LLVMdev] Unable to compile .s files generated with llc.
- [LLVMdev] how to compile asm output for x86 with Micorsoft's ML
- [LLVMdev] Hello World assembly without clib "puts"?