Displaying 2 results from an estimated 2 matches for "cc0qaaaa".
2007 Nov 07
0
[LLVMdev] Getting started using MinGW binary release?
...lude
-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-gcc hello.c -IC:\llvm\include
-IC:\llvm\lib\gcc\i686-pc-mingw32\4.0.1\include
as: ./cc0Qaaaa.s:3,0: ./cc0Qaaaa.s:3: error: syntax error,
unexpected $undefined
, expecting GLOBAL or CONSTANT while reading token: '.'
Am I supposed to install MinGW (maybe MSYS) and extract prebuilt
packages ( llvm-2.1-x86-mingw32.tar.bz2 and
llvm-gcc4.0-2.1-x86-mingw32.tar.bz2) to C:\MinGW ??
I...
2007 Nov 06
2
[LLVMdev] Getting started using MinGW binary release?
> Sorry, this wasn't mentioned in documentation. llvm-gcc was built with
> '--enable-threads' flag, thus it requires win32 pthread port. Keith have
> already given a right link for dlls download.
Just to make stuff clear: you'll have to download pthreadGC1.dll, rename it to pthreadGC.dll and
put it somewhere in your PATH. All try to build all future versions of binaries