Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Getting started using MinGW binary release?"
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
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
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 Dec 18
0
[LLVMdev] how to compile mingw-llvm-gcc in windows
Hello, llvm-dev.
thank you for your interest in my question.
Currently, I compiled simple c source code (hello.c) in lunux and windows, and I tried to simple test .
first case: hello.bc (compiled with "-emit-llvm" on windows) -> lli.exe(linux).
second case: hello.bc (compiled with "-emit-llvm" on linux) -> lli.exe(windows).
second case return good result.
but First case
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 Jul 03
1
[LLVMdev] Release building on Mingw & Cygwin
Hello everyone.
The bug in ld prevented release build of LLVM on Mingw & Cygwin is
fixed by now. You might get the patch for binutils sources at
http://sourceware.org/bugzilla/show_bug.cgi?id=2659
Hope, this fix will be included in the next binutils release.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Apr 30
0
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
BTW: I've also had to make this change when building tools.
(I'm building right now and noticed that it doesn't come up anymore, maybe
someone checked it in in the last week or so)
On Sat, 29 Apr 2006, Anton Korobeynikov wrote:
> Hello, Jeff.
>
> You wrote Saturday, April 29, 2006, 10:45:02 PM:
>
> JC> Yes, I know mingw doesn't support dbghelp. I can still rant
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 Apr 23
2
[LLVMdev] Building CFE in Mingw
Hello, all.
Just found this file in my e-mail atchive, hope it will be useful for somebody.
===cut=here===
Some small rules:
1) No blankspace in the paths to the top-level directories.
2) Add paths to binaries to your system PATH variable.
3) Use short paths to top-level directories.
1. Some checks & preparations.
1) Be sure, that you're using right make version:
$ make
2007 Nov 05
1
[LLVMdev] Getting started using MinGW binary release?
Hi.
>From http://llvm.org/docs/GettingStarted.html ,
it seems I have to build LLVM from source.
But I found http://llvm.org/releases/2.1/llvm-2.1-x86-mingw32.tar.bz2 .
When I extract the file, I get many binaries (lli.exe, llc.exe...etc).
When I run lli.exe, I get:
lli.exe - Unable To Locate Component
This application has failed to start because pthreadGC.dll was not
found.
2005 Jan 22
0
[LLVMdev] making cygwin nightly builds available?
Hi Anton,
You're already a part of the llvm development team by participating actively
on the llvm development list :) If you wish we can put you on:
http://llvm.cs.uiuc.edu/Developers.html
Great to have you on the team, welcome!
We (Jeff, Morten, Paolo, the rest of the team and I) are looking forward to
cooperate with you and to push win32 and mingw versions even further to
stable and
2006 Apr 29
2
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff.
You wrote Saturday, April 29, 2006, 10:45:02 PM:
JC> Yes, I know mingw doesn't support dbghelp. I can still rant about it :)
;) Well. Maybe this library will be included in some next versions of
mingw's win32api package. Anyway, we can make such library just
"on-fly" from the corresponding .dll.
JC> This is what's already there. What changed?
Maybe
2006 Nov 25
2
[LLVMdev] mingw binary is corrupt
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.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
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
2008 Jun 16
1
[LLVMdev] Debugging with llvm-gcc/mingw doesn't seem to work
Hello, Argiris
> Can you please try out the steps I mentioned before with the linux
> binaries ? I just want to make sure that there's not something wrong
> with my setup.
Here they are:
$ cat dbg.c
int main()
{
return 0;
}
$ gdb a.out
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
2012 Oct 04
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
How can a frontend tell LLVM to put a function argument on stack/register/etc?
On Thu, Oct 4, 2012 at 5:08 PM, Anton Korobeynikov <asl at math.spbu.ru> wrote:
>> Ah, got it.
>> Sounds like we might need to introduce CC_X86_Win32_MSVC_ThisCall then?..
> No, we should not. It should be properly expanded in frontend.
>
> --
> With best regards, Anton Korobeynikov
>
2007 Oct 01
1
[LLVMdev] Vector troubles
I tried to ask for 32 and that didn't seem to help. MallocInst also
seemed to ignore the 16 byte directive. For now, I'm just issuing all
my loads as unaligned and that's working ok.
Thanks,
Chuck.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Evan Cheng
Sent: Monday, October 01, 2007 10:35 AM
To: asl at
2005 Feb 19
1
[LLVMdev] Cygwin and MingW target triples
Hello, Reid.
You wrote Saturday, February 19, 2005, 6:49:30 AM:
RS> i686-pc-cygwin
RS> don't know about mingw.
i686-pc-mingw32 for mingw.
--
With best regards,
Anton mailto:asl at math.spbu.ru
Saturday, February 19, 2005 9:07:04 AM
Faculty of Mathematics & Mechanics, Saint-Petersburg State University
2006 Apr 23
0
[LLVMdev] Re: Building CFE on MinGW
Hello, Oscar.
You wrote Sunday, April 23, 2006, 8:31:14 PM:
OF> Forward works ok with MinGW. Back slashes can be interpreted as escape
OF> sequences by MSYS/Cygwin tools.
I've succeeded in building CFE in Mingw at some 1.3-1.4 release.
After, I just don't have enough time to play with LLVM. I've sent my
instructions to Henrik Bach <henrik_bach_llvm at hotmail.com>, maybe
2006 Apr 29
1
[LLVMdev] Building LLVM under Mingw. Part I: tools-only
Hello, Jeff.
You wrote Saturday, April 29, 2006, 7:35:46 PM:
JC> Bison 1.875 is known to have problems building LLVM. Please upgrade to
JC> a newer version (at least 1.875d). The current version is 2.1.
Hmm.. I haven't found any problem building LLVM with that bison. ;)
The problem, when ld crashed compiling llc is much more serious. It
seems to be linker bug.
--
With best regards,