[LLVMdev] bytecode didn't read correctly under cygwin

Anton Vayvod avayvod at gmail.com
Sun Aug 20 09:26:49 PDT 2006


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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060820/c8041d8d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiled.o
Type: application/octet-stream
Size: 816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060820/c8041d8d/attachment.o>


More information about the llvm-dev mailing list