[LLVMdev] bytecode didn't read correctly under cygwin

Jim Laskey jlaskey at apple.com
Sun Aug 20 10:08:39 PDT 2006


The 4.0 compiler produces a native .o by default.  If you want the  
byte code file then you should;

llvm-gcc -emit-llvm -c -o compiled.o ackermann.c

Cheers,

-- Jim


On 20-Aug-06, at 1:26 PM, Anton Vayvod wrote:

> Hi!
>
> I'm trying to run "llc" tool on files from "test" subdirectory of  
> LLVM root. I compile source files with the following line:
>
> llvm-gcc -c -ocompiled.o ackermann.c
>
> Then I run llc like the following:
>
> llc compiled.o
>
> which outputs
>
> llc: bytecode didn't read correctly
> (I mean, I try it with different options but even the default ones  
> aint working)
>
> My llvm-gcc version is
>
> Using built-in specs.
> Target: i686-pc-cygwin
> Configured with: ../src/configure --prefix=/llvm-gcc/install -- 
> enable-llvm=/llvm
> /obj --enable-languages=c,c++ --disable-threads --enable-checking
> Thread model: single
> gcc version 4.0.1 LLVM (Apple Computer, Inc. build 5400)
>
> and LLVM version (as llc gives it)
>
> Low Level Virtual Machine (http://llvm.org/):
>   llvm version 1.9cvs
>   DEBUG build with assertions.
>
> I use cygwin.
>
> Thanks a lot for help.
>
> Tony.
>
> P.S. compiled.o from ackermann.c is attached.
>
> -- 
> Nae king! Nae quin! Nae laird! Nae master! We willnae be fooled again!
> <compiled.o>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060820/0d42833f/attachment.html>


More information about the llvm-dev mailing list