<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! </div>