Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Getting started question."
2006 May 10
0
[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
I'm looking forward to your patches and bug reports.
I really want to get this going myself.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Anton Korobeynikov
Sent: Wednesday, May 10, 2006 1:22 PM
To: LLVM Developers Mailing List
Subject: [LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
Hello, Everyone.
Today
2007 Feb 28
0
[LLVMdev] Cygwin release build error
Hello, Aaron.
> /usr/src/llvm-gcc4/gcc/libgcc2.c: In function '__eprintf':
> /usr/src/llvm-gcc4/gcc/libgcc2.c:1832: internal compiler error:
> Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://llvm.org/bugs> for instructions.
You should:
1. Try to emit bytecode with --emit-llvm compiler switch.
1.1
2007 Feb 28
1
[LLVMdev] Cygwin release build error
Reid & Aaron
> > This is the same error that appears alot of times on the 'make check'
> > of the debug build.
> >
> > What is going on here please ?
>
> Sounds to me like the llvm-gcc being used wasn't configured using
> --with-llvm=. That message occurs when llvm-gcc is built
> "normally" (without using llvm).
Yes. llvm-gcc4
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
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 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.
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
Hello Anton
Thu, 3 Aug 2006 23:13:52 +0400 you wrote:
> I won't be available for the next 10-12 hours if you'll need some more
> files.
Well. I have one idea. Could you please execute "sort --version" from
your cygwin shell and let me know, whether it's GNU one (it should
reply with the words "textutils") or windows-supplied one (it should
just give you and
2006 May 10
0
[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
Hello, Everyone.
Today I've finished digging into llvm-gcc4 in order to build in under
mingw32. The most trickiest was to make libstdc++ build, since its
configure & makefiles are not so perfect as main gcc ones.
There are several problems with inline assemler (in two places at
least), but both of them are easily seen. Also, there are some
compiler crashes while compiling libiberty (with
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 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 May 13
1
[LLVMdev] llvm-gcc4 & mingw32 & bash
Hello, Everyone.
All blackmagic (playing with pwd, etc) in my build description has
gone with patched bash (pwd builtin was just hardly disabled). It's
not good, I myself prefer modifying libstdc++ configure script to use
PWD_CMD environmental variable as main gcc ones. I'm working on this
feature.
--
With best regards,
Anton mailto:asl at math.spbu.ru
2006 May 23
0
[LLVMdev] Win32 Binary (.exe) of LLVM-G++
Hello, Ashwin.
You wrote Tuesday, May 23, 2006, 11:49:31 AM:
AC> Does anyone have this already pre compiled for LLVM
AC> 1.7 or earlier? I am looking for a win32 binary for llvm-g++.
I'm doing periodic LLVM builds for the current cvs snapshot on mingw32
platform. Surely I have binaries for llvm-gcc4.
--
With best regards,
Anton mailto:asl at math.spbu.ru
2006 Jun 03
0
[LLVMdev] llvm-gcc 4.0 for Linux@x86
Hello, Reid.
You wrote Saturday, June 3, 2006, 10:25:13 PM:
RS> I don't think anyone has successfully built llvm-gcc4 on Linux yet. I've
RS> tried and failed.
There was some message in this list saying, that bootstrap was
succeeded on linux.
--
With best regards,
Anton mailto:asl at math.spbu.ru
Saturday, June 3, 2006 10:36:47 PM
Faculty of Mathematics
2006 Aug 04
0
[LLVMdev] Building llvm under cygwin
On 8/4/06, Anton Korobeynikov <asl at math.spbu.ru> wrote:
>
> Hello Anton
>
> Thu, 3 Aug 2006 23:13:52 +0400 you wrote:
>
> > I won't be available for the next 10-12 hours if you'll need some more
> > files.
> Well. I have one idea. Could you please execute "sort --version" from
> your cygwin shell and let me know, whether it's GNU one
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 Aug 02
0
[LLVMdev] llvm-gcc4 1.8 mingw32 prerelease
Hello Everyone.
The tarball with llvm-gcc4 built under mingw32 has just been uploaded
to http://llvm.org/prereleases/1.8/llvm-gcc4-1.8-x86-mingw32.tar.bz2
Please consider it highly "experimental".
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
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
>
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 Nov 24
1
[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)
Hello Philipp.
> Why does it need target libraries and binutils?
gcc building process (and llvm-gcc4 as well) includes building of
target-specific stuff including:
1. Building crt-support code on several platforms
2. Building libgcc.a[.so]
3. Building libstdc++.a[.so]
If you don't want them to be built you should, probably you should
consult gcc documentation to find right options or
2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
Hello, Everyone.
Just few notes for everyone, who wants to build Qt with llvm.
Everything was tested with shiny-new Qt 4.2.2 (X11 version) and
llvm-gcc4 & LLVM from head. Instructions written here should also work
on 1.9 release, as I've tested Qt build last time just before 1.9
release.
1. Specs
Qt uses it's own configuration and build system called "qmake". We
should