<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">The 4.0 compiler produces a native .o by default.  If you want the byte code file then you should;<DIV><BR class="khtml-block-placeholder"></DIV><DIV>llvm-gcc -emit-llvm -c -o compiled.o ackermann.c<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Cheers,</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-- Jim</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On 20-Aug-06, at 1:26 PM, Anton Vayvod wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV>Hi!</DIV> <DIV> </DIV> <DIV>I'm trying to run "llc" tool on files from "test" subdirectory of LLVM root. I compile source files with the following line:</DIV> <DIV> </DIV> <DIV>llvm-gcc -c -ocompiled.o ackermann.c</DIV> <DIV> </DIV> <DIV>Then I run llc like the following:</DIV> <DIV> </DIV> <DIV>llc compiled.o</DIV> <DIV> </DIV> <DIV>which outputs </DIV> <DIV> </DIV> <DIV>llc: bytecode didn't read correctly<BR clear="all"></DIV> <DIV>(I mean, I try it with different options but even the default ones aint working)</DIV> <DIV> </DIV> <DIV>My llvm-gcc version is</DIV> <DIV> </DIV> <DIV>Using built-in specs.<BR>Target: i686-pc-cygwin<BR>Configured with: ../src/configure --prefix=/llvm-gcc/install --enable-llvm=/llvm<BR>/obj --enable-languages=c,c++ --disable-threads --enable-checking<BR>Thread model: single <BR>gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5400)</DIV> <DIV> </DIV> <DIV>and LLVM version (as llc gives it)</DIV> <DIV> </DIV> <DIV>Low Level Virtual Machine (<A href="http://llvm.org/">http://llvm.org/</A>):<BR>  llvm version 1.9cvs<BR>  DEBUG build with assertions.</DIV> <DIV> </DIV> <DIV>I use cygwin.</DIV> <DIV> </DIV> <DIV>Thanks a lot for help.</DIV> <DIV> </DIV> <DIV>Tony.</DIV> <DIV> </DIV> <DIV>P.S. compiled.o from ackermann.c is attached.</DIV> <DIV><BR>-- <BR>Nae king! Nae quin! Nae laird! Nae master! We willnae be fooled again! <SPAN><DIV><compiled.o></DIV></SPAN>_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">LLVM Developers mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</A> <SPAN class="Apple-converted-space">        </SPAN><A href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>