Displaying 20 results from an estimated 52 matches for "mingw32msvc".
2008 Nov 09
2
[LLVMdev] Mingw, cross-compiling,___eprintf
...to `___eprintf'
___eprintf is mentioned in lib/System/Win32/DynamicLibrary.inc. This
symbol is referenced by libLLVMSystem.a when LLVM is natively built on
Windows/Mingw, but there the link succeeds.
So, is this a cross-compiler issue?
OTOH, the build complains about this:
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/libstdc++.a(stubs.o):(.text+0x160):
multiple definition of `_powf'
../../lib/libLLVMCodeGen.a(RegAllocLinearScan.cpp.obj):RegAllocLinearScan.cpp:(.text$powf[_powf]+0x0):first defined here
Oh, and ld segfaults after spitting the errors:
collect2: ld terminated with signal 11 [Segmen...
2008 May 09
3
[LLVMdev] llvm-gcc debug info on mingw32msvc?
I'm building a cross-gcc with target i386-mingw32msvc, running on Mac
OS X 10.5.2. While it compiles and works fine and dandy, I don't seem
to get any sensible debug output regarding lines/position in my
program. Running the executables produced by the cross-compiler in
gdb, I get full symbols in backtraces, but "the program doesn'...
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do:
dpkg -i wine*.deb
Code:
checking for freetype-config... freetype-config
checking for -lfreetype... not found
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.
make: *** [config.status] Error 1
2010 May 20
1
Patching wine -- 64bits
...r supports -Wl,--enable-new-dtags... yes
checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
checking for i686-pc-mingw32-gcc... no
checking for i586-pc-mingw32-gcc... no
checking for i486-pc-mingw32-gcc... no
checking for i386-pc-mingw32-gcc... no
checking for i686-mingw32msvc-gcc... no
checking for i586-mingw32msvc-gcc... no
checking for i486-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i686-mingw32-gcc... no
checking for i586-mingw32-gcc... no
checking for i486-mingw32-gcc... no
checking for i386-mingw32-gcc... no
checking for pthread_crea...
2012 Jun 24
3
Patch for cross compilation with MinGW32
Hello,
I had some difficulties compiling the current git (
http://git.xiph.org/?p=flac.git;a=commit;h=a7e3705d051bafd1cae90f6605287cc1d9f2a18d
) using the Ubuntu 12.04 supplied MinGW32 cross compiler:
I configured the FLAC build with --host=i586-mingw32msvc
--target=i586-mingw32msvc --build=i586-linux but ran into several linker
problems. Are these options somehow wrong? It worked fine when I
compiled libogg-0.dll. Anyway, I attached a patch to allow cross
compilation with MinGW32 on my machine again:
First, I moved the implementation of *safe_ma...
2008 May 09
0
[LLVMdev] llvm-gcc debug info on mingw32msvc?
> Is this simply not implemented? I don't see anything in the code
> generated by --emit-llvm, so this seems to be a problem in llvm-gcc,
> right? Would it be feasible to add this?
Currently you only get debug info when compiling at -O0...
Ciao,
Duncan.
2008 May 10
0
[LLVMdev] llvm-gcc debug info on mingw32msvc?
Hello, Johannes
> Oh, I forgot to say that I use -g -O0. I do get debug info, but no
> line number information. Stuff like which function is where etc. is
> all there.
There are some known issues with debug/eh info on mingw32. Some of them
(especially eh-related) will require DwarfEmitter refactoring and this
is my todo list.
> .file 1 "main.c"
> .loc
2008 Nov 09
0
[LLVMdev] Mingw, cross-compiling,___eprintf
Hello, Oscar
> oscar at qcore:~/dev/llvm/mingw-x$ i586-mingw32msvc-g++ --version
> i586-mingw32msvc-g++ (GCC) 4.2.1-sjlj (mingw32-2)
Have you tried to build llvm natively with exact same compiler
version? AFAIR, someone reported, that either this was not possible or
there was a miscompilation.
PS: Everything is with crosscompilation via gcc 3.4.6 & ld 2.18...
2011 Aug 02
2
[LLVMdev] [cfe-dev] Undefined reference cross-compiling shared llvm/clang for mingw
Abramo, it must be the query for llvmdev, not for cfe-dev.
2011/7/28 Abramo Bagnara <abramo.bagnara at gmail.com>:
> ../llvm-r136065/configure --host=i586-mingw32msvc
> --enable-targets=host-only --disable-jit --enable-bindings=none
> --enable-shared --disable-threads --disable-pthreads
> --disable-assertions --disable-optimized
I added --enable-shared for cygming a year ago.
Anyway, I don't understand what happens to you.
Lemme know;
- Which d...
2008 Apr 13
2
Cross compiling from Linux to Win32
...mpile tools on Linux to
generate Win32 binaries (include a DLL) and run the tests under
Wine (the windows emulator).
On Ubuntu (or Debian) do you will need to install the following:
apt-get mingw32 mingw32-binutils mingw32-runtime wine
To configure and build do:
./configure --host=i586-mingw32msvc \
--target=i586-mingw32msvc \
--build=i586-linux
make
make check
Cheers,
Erik
[0] I really doubt these have broken anything else, but let me know
if it has.
--
-----------------------------------------------------------------
Erik de Castro Lopo
--------------------...
2011 Jan 23
2
[PATCH][git-pull] win64/find-mingw64.sh: Debian/Ubuntu
git://git.zytor.com/users/genec/syslinux.git
Branch win64-mingw32-ubuntu-for-hpa
This adds the compiler prefix used in Debian/Ubuntu to the list
(amd64-mingw32msvc-).
Too bad /bin/sh doesn't support brace expansion.
--
-Gene
2010 Dec 14
1
"Problem in Installing wine"
...r supports -Wl,--enable-new-dtags... yes
checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
checking for i686-pc-mingw32-gcc... no
checking for i586-pc-mingw32-gcc... no
checking for i486-pc-mingw32-gcc... no
checking for i386-pc-mingw32-gcc... no
checking for i686-mingw32msvc-gcc... no
checking for i586-mingw32msvc-gcc... no
checking for i486-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i686-mingw32-gcc... no
checking for i586-mingw32-gcc... no
checking for i486-mingw32-gcc... no
checking for i386-mingw32-gcc... no
checking for pthread_crea...
2010 Dec 16
3
windows_port NUT branch
Hi,
Frederic, big thanks for your work on this, by a coincedence it's exactly what
i need at work :)
I'm compiling your branch on Debian GNU/Linux with mingw and having some minor
troubles worth mentioning and (i hope) fixing.
I configure with
CC=586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc --prefix=/c/winnut/
Interestingly, there's scripts/Windows/Makefile in the repo but it gets
overwritten by the configure process.
Other minor tweaks i had to do (probably not the most correct way, but i know
just about nothing wrt windows programming):
2001 Feb 23
0
cross building
...s trying to learn cross building an R pcakage for windows on my linux
machine. I picked a relatively small library gee to test. I downloaded the
cross-tools and put them in my path,
jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ echo $PATH
/home/jyan/cross-tools/bin:/home/jyan/cross-tools/i386-mingw32msvc/bin:
/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
Following the instructions, I was able to go through the following:
jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ make PKGDIR=/home/jyan
RLIB=/home/jyan/Rwinlibs STAMP=NO pkg-gee
make DLLNM= EXTRADOCS= \
-C /home/jyan/gee P...
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
...but it doesn't
work. Mingw doesn't seems to recognize it.
I don't think it's related, but I'm running arch linux, and installed
mingw from an AUR package. In order to be able to run "make crosstest",
I had to modify configure.ac to add i686-mingw32-gcc beside
i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc
mingw-gcc in the check for CROSSCC tool, and idem for DLLTOOL and
CROSSWINDRES. Was there a better way ?
--
Colin Pitrat (Bull Services Telco)
Bull, Architect of an Open World (TM)
T?l : +33 (0) 1 30 80 72 93
www.bull.com
-------------- ne...
2009 Apr 17
0
[LLVMdev] mingw build problems
The next problem I have is:
llvm[2]: Linking Debug executable llc
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/libstdc++.a(stubs.o):(.text+0x160):
multiple definition of `_powf'
/home/foad/llvm/objdir-mingw/Debug/lib/libLLVMCodeGen.a(RegAllocLinearScan.o):/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/math.h:576:
first defined here
collect2: ld returned 1 exit s...
2011 Aug 05
0
[LLVMdev] [cfe-dev] Undefined reference cross-compiling shared llvm/clang for mingw
Il 02/08/2011 13:02, NAKAMURA Takumi ha scritto:
> Abramo, it must be the query for llvmdev, not for cfe-dev.
>
> 2011/7/28 Abramo Bagnara <abramo.bagnara at gmail.com>:
>> ../llvm-r136065/configure --host=i586-mingw32msvc
>> --enable-targets=host-only --disable-jit --enable-bindings=none
>> --enable-shared --disable-threads --disable-pthreads
>> --disable-assertions --disable-optimized
>
> I added --enable-shared for cygming a year ago.
> Anyway, I don't understand what happens to you...
2012 Jun 27
1
Failed win32 build
...[all-recursive] Error 1
make[2]: Leaving directory `/home/avuton/src/mpd-release-utils/src/flac.git/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/avuton/src/mpd-release-utils/src/flac.git'
make: *** [all] Error 2
avuton at rocket:~/src/mpd-release-utils$ i586-mingw32msvc-gcc -v
Using built-in specs.
Target: i586-mingw32msvc
Configured with:
/build/buildd/mingw32-4.2.1.dfsg/build_dir/src/gcc-4.2.1-2-dfsg/configure
-v --prefix=/usr --target=i586-mingw32msvc --enable-languages=c,c++
--enable-threads --enable-sjlj-exceptions --disable-multilib
--enable-version-specific...
2012 Feb 01
2
xiph flac git build fails out of the box
...are going yet. I'd love to try to
cross-compile with mingw, but git fails to build out of the box so
far; these scripts work for most any other git tree I've used them on
before.
All that's done:
./autogen.sh
./configure --prefix=/home/avuton/src/mpd-release-utils/build-dir
--host=i586-mingw32msvc -
-build=x86_64-linux-gnu --target=i586-mingw32msvc
--exec-prefix=/home/avuton/src/mpd-releas
e-utils/build-dir
--bindir=/home/avuton/src/mpd-release-utils/build-dir/bin
--sbindir=/home
/avuton/src/mpd-release-utils/build-dir/sbin
--sysconfdir=/home/avuton/src/mpd-release-utils/build-dir/etc
--data...
2013 Mar 09
9
flac 1.3.0pre2 pre-release
Hi all,
Second and hopefully final pre-release is here:
http://downloads.xiph.org/releases/flac/beta/
I have personally tested this code on:
x86-linux
x86_64-linux
powerpc-linux
armhf-linux
i386-freebsd9.1
i386-openbsd5.2
I also cross-compiled from Linux to 32 bit Windows and the compile ran to
completion (the test suite requires a bunch of hacking before it can