Displaying 20 results from an estimated 50000 matches similar to: "[LLVMdev] mingw binary is corrupt"
2006 Nov 25
0
[LLVMdev] mingw binary is corrupt
On Sat, 25 Nov 2006, Anton Korobeynikov wrote:
> Hello, Matthew.
>> Someone reported this earlier but the situation remains unchanged.
> I'm sorry for delay. Files will be uploaded to LLVM download section
> soon.
Anton, you have commit access to the web page. Please just check out the
llvm-www module from CVS and put the new files in the proper place. At
the very least,
2006 Nov 25
1
[LLVMdev] mingw binary is corrupt
Chris,
On Sat, 2006-11-25 at 11:39 -0800, Chris Lattner wrote:
> On Sat, 25 Nov 2006, Anton Korobeynikov wrote:
> > Hello, Matthew.
> >> Someone reported this earlier but the situation remains unchanged.
> > I'm sorry for delay. Files will be uploaded to LLVM download section
> > soon.
>
> Anton, you have commit access to the web page. Please just check
2007 Nov 07
1
[LLVMdev] Getting started using MinGW binary release?
Sam,
> 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 ??
llvm-as != as. You'll need to have binutils installed in order to compile & link.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
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
2006 May 06
1
[LLVMdev] Still Trying to Build on MINGW
Hello, Greg.
You wrote Saturday, May 6, 2006, 10:24:16 PM:
GP> If anyone has any insight I'd love to hear it.
GP> Meanwhile, I'll continue to investigate...
Currently I'm working on bootstrapping llvm-gcc4 on mingw32 platform.
There are some serious miscompartibilities preventing build. I'll let
know the results.
Anyway, it's common knowledge, that msys itself have
2006 Nov 25
2
[LLVMdev] mingw binary is corrupt
My 7 zip file manager says that the mingw binary is corrupt for llvm 1.9.
I suppose that means that those of us running windows have no hope of
getting llvm right now?
Someone reported this earlier but the situation remains unchanged.
-Matt
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
Hello, Everyone.
I'm currently trying to bootstrap llvm-gcc4 on mingw32 platform.
Everything (except some small fixes) seems to be fine: stage1 finished
successfully. I'm linking with debug variant of LLVM, since linker bug
prevents release builds.
Unfortunately, stage2 failes immediately with this cryptic message:
$/f/tmp/llvm/gccbuild/gcc/xgcc -B/f/tmp/llvm/gccbuild/gcc/
2006 Nov 26
2
[LLVMdev] mingw binary is corrupt
Hello,
> make[1]: *** [/d/apps/llvm/tools/llvm-config/LibDeps.txt] Error 127
> make[1]: Leaving directory `/d/apps/llvm/tools/llvm-config'
> make: *** [all] Error 1
>
> It seems as though GenLibDeps.pl does not exist but in fact it does exist in
> that directory. I am baffled by that.
> I don't really know much about Perl so I can't say if it failed while
>
2007 Nov 07
0
[LLVMdev] Getting started using MinGW binary release?
Finally, I got my hands on Windows machine again today.
I extracted llvm-2.1-x86-mingw32.tar.bz2 and
llvm-gcc4.0-2.1-x86-mingw32.tar.bz2
to C:\llvm (It's a bare Windows Vista installation without MinGW)
Added C:\llvm\bin;C:\llvm\libexec\gcc\i686-pc-mingw32\4.0.1 to PATH
(C:\llvm\libexec\gcc\i686-pc-mingw32\4.0.1 was added for cc1.exe)
Downloaded
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
>
> If you're building llvm-gcc4, you don't need the runtime libraries, so
> I'd just stick with the "tools-only" build and declare success. If
> you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :)
I switched to llvm-gcc4 but when I run make from obj folder i run into
folowing errors:
Can't find a library with no dependencies at
2006 Nov 26
0
[LLVMdev] mingw binary is corrupt
SevenThunders wrote:
>
>
> Someone reported this earlier but the situation remains unchanged.
>
> -Matt
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
Thanks for getting it back up so quickly. Now if I
2008 May 30
4
[LLVMdev] Possibly Vista-related Windows/MinGW Compilation Issues
Hello, Jonathan
> I thought I'd messed up something related to the linker,
> but I couldn't explain why XP would work using the same steps.
The only thing comes to my mind seeing this: perl from msysDTK works
differently (somehow) on Vista, thus llvm-config is broken which leads
to missed libraries, broken dependencies, etc.
I'd suggest you to compare stuff on different
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
Hello, Everyone.
This is just brief description on building llvm-gcc4 with mingw32.
It's definitely non error-free and contains many "hacks", which should
be eliminated in the future.
1. Prerequisites
We're building in the folowing configuration:
1.1 GCC 3.4.5:
gcc -v
Reading specs from f:/research/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with:
2007 Nov 28
5
[LLVMdev] LLVM on MinGW
Hello,
I'm trying to use LLVM on Windows, using the MinGW toolchain that comes
with Cygwin (gcc -mno-cygwin, not the standalone msys package). Has
anyone successfully built LLVM from sources with this toolchain?
The ./configure scripts automatically detects a Cygwin environment. I've
spent some time trying to let it know that it should compile for MinGW.
FWIW, here's what I've
2006 Nov 27
0
[LLVMdev] mingw binary is corrupt
Anton Korobeynikov wrote:
>
>
> You should have Perl installed. As you're probably using msys, you
> should also install msys-dtk, which includes perl for msys.
>
> --
> With best regards, Anton Korobeynikov.
>
>
>
I installed msys-dtk as suggested and got just a bit further. My mingw gcc
is version 3.4.2.
Thanks for the help so far. I actually had
2008 Dec 23
3
[LLVMdev] problem running llvm-gcc from LLVM 4.2 binary download for Mingw
i just downloaded LLVM 4.2 binaries for Mingw (including the GCC 4.2
front-end), and received the infamous "llvm-gcc: CreateProcess: no such
file or directory" error message when trying to compile hello.c from the
command-line....
i've already placed to bin directory containing llvm-gcc in my PATH, but
still no luck....
2008 Dec 23
0
[LLVMdev] problem running llvm-gcc from LLVM 4.2 binary download for Mingw
Hello, Bob
> i just downloaded LLVM 4.2 binaries for Mingw (including the GCC 4.2
> front-end), and received the infamous "llvm-gcc: CreateProcess: no such
> file or directory" error message when trying to compile hello.c from the
> command-line....
Are you running Vista?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State
2007 Jul 04
2
[LLVMdev] Noob questions about setting up on Win32
Hello, Ted.
> (*) build LLVM itself
> (*) build programs with LLVM
>
> I have a MingW32 setup on a WinXP machine;
You can see http://wiki.llvm.org/index.php/Notes:MingW32 to get
instructions how to build LLVM on mingw32 box.
For building programs with LLVM itself you'll probably need llvm-gcc4,
which you can either compiled by yourself (tricky on mingw32) or use
prebuilt one in
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello Anton
Thu, 3 Aug 2006 12:38:54 +0400 you wrote:
> I've updated it yesterday and rebuilt - llvm built fine. But when
> building llvm-gcc4 (also updated yesterday from new /trunk
> directory) it fails with the same error.
You might easily get llvm-gcc4-mingw32 binaries from "prerelease"
directory. Since stdcall, fastcall & dllimport stuff is unsupported
right now,
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello,
Thu, 3 Aug 2006 15:41:58 +0400 you wrote:
> > here it is in the attachment :)
> Well. There seems to be some additional dependencies not seen here.
I was wrong. There are some things looking very bad:
1. Line endings. CRLF mixed with CR. Also LF in the middle of the line
2. Two lines (around libLLVMTarget.a) looks merged together.
However, when I fix that problems i'm