[LLVMdev] Getting started using MinGW binary release?
Maarten ter Huurne
maarten at treewalker.org
Wed Nov 7 01:25:58 PST 2007
On Wednesday 07 November 2007, sam lee wrote:
> > llvm-gcc hello.c -IC:\llvm\include
>
> -IC:\llvm\lib\gcc\i686-pc-mingw32\4.0.1\include
> llvm-gcc: installation problem, cannot exec `as': No such file or
> directory
>
> So, I renamed C:\llvm\bin\llvm-as.exe as C:\llvm\bin\as.exe
llvm-as.exe converts LLVM assembly to LLVM bitcode, while as.exe converts
native assembly to native opcodes, so renaming is not going to work. You
should install the binutils of MinGW instead.
Bye,
Maarten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071107/61969547/attachment.sig>
More information about the llvm-dev
mailing list