[LLVMdev] LLVM Cygwin Run Errors

Aaron Gray angray at beeb.net
Wed May 25 10:31:14 PDT 2005


Hi,

>I am wondering whether the bytecode generated by my llvm-gcc is correct?

Should be.

>When I run
>$ llvm-gcc hello.c -o hello

Try llvm-gcc with a -v option and you will see what is going on.

Basically gccld is being passes some libraries names for windows that gccld
thinks are bytecode achive library files !

>However, I do not get a shell script(named hello) as stated in the
>documentation...

right, never looked for it, have a look to see if it is in the source.


I have some preliminary HTML documentation for installing llvm and cfronend.

        http://angray.members.beeb.net/llvm/MakingLLVM.html

Unfortunately when checking it on a second machine I could not get
binutils-2.15 to build on it.

Would you have a look at the documentation and if you can see why binutils
would not build I would be very greatfull.

Aaron





More information about the llvm-dev mailing list