Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Mingw, cross-compiling,___eprintf"
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
--
With best regards, Anton
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
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using
the following packages from Debian lenny:
mingw32 4.2.1.dfsg-1
mingw32-binutils 2.18.50-20080109-1
mingw32-runtime 3.13-1
The first problem I hit was when I configured with CC, CXX, AR and
RANLIB set to mingw cross-tools, but forgot to specify NM as well.
This resulted in a load of warnings that scrolled off the
2010 May 20
1
Patching wine -- 64bits
Hello, first, sorry for my english, my native language is spanish and i haven not been a good student.
My problem is the next;
I have ubuntu 10.04TLS, I installed "Runes Of Magic" and got a lot of problems for play, for the last one, I also found the solution, is apply a patch, or edit minidump.c file, this file is inside source codes of wine avaible for download like:
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
2008 Apr 13
2
Cross compiling from Linux to Win32
Hi all,
I have just commited a couple of small fixes [0] to allow libogg to
be compiled using the MinGW cross compile 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
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
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
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.
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
Hi,
when I run make crosstest, I get an error message saying it can't find
lcabinet :
make[2]: Entering directory '/home/colin/Devs/wine/dlls/advpack/tests'
i686-mingw32-gcc advpack.cross.o files.cross.o install.cross.o
testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32
-lkernel32
/usr/lib/gcc/i686-mingw32/3.4.4/../../../../i686-mingw32/bin/ld: can't
find
2012 Jun 27
1
Failed win32 build
Hello,
While building from git, I'm getting the following failure (help please):
CC ogg_mapping.lo
CCLD libFLAC.la
Creating library file: .libs/libFLAC.dll.a
.libs/bitreader.o: In function `FLAC__clz_soft_uint32':
./include/private/bitmath.h:46: multiple definition of `_FLAC__clz_soft_uint32'
.libs/bitmath.o:./include/private/bitmath.h:46: first defined here
.libs/fixed.o:
2009 Apr 17
0
[LLVMdev] mingw build problems
The next problem I have is:
llvm[2]: Linking Debug executable opt
/home/foad/llvm/objdir-mingw/Debug/lib/libLLVMSystem.a(DynamicLibrary.o):/home/foad/svn/llvm-project/llvm/trunk/lib/System/Win32/DynamicLibrary.inc:179:
undefined reference to `___eprintf'
collect2: ld returned 1 exit status
I can work around this by removing the two references to __eprintf
from
2012 Aug 28
2
Compile syslinux64.exe on ubuntu
Hello,
I wanted to recompile syslinux64.exe (windows 64bit binary) on ubuntu.
The default ./find-mingw64.sh script failed to locate mingw64 on
ubuntu, even after
root at htpc:~# apt-get install gcc-mingw-w64
So I had to patch the script to let it find mingw64 on ubuntu as well.
Patch is below, please apply to syslinux sources:
--- syslinux-4.05/win64/find-mingw64.sh.orig 2012-08-28
2009 May 30
0
[LLVMdev] Getting started (Windows)
On Sat, May 30, 2009 at 2:38 AM, Adrian Boeing<aboeing at gmail.com> wrote:
> With llvm, I've done:
> hello.c to hello.ll via the online LLVM compiler tool
> (http://llvm.org/demo/index.cgi)
> then
> llvm-as hello.ll
> to create the hello.bc, then
> llc hello.bc
> to create the hello.s
Try changing the third line of the output from the demo to look like
the
2009 May 30
1
[LLVMdev] Getting started (Windows)
Hi Eli,
> Try changing the third line of the output from the demo to look like
> the following:
> target triple = "i586-mingw32msvc"
Fantastic, thanks!
>There's a pre-built llvm-gcc for Windows at
Hmm, don't know how I missed that...
I guess that clears up all my beginners issues.
Thanks,
-Adrian
2008 Nov 17
1
Re: A problem with GetProcessMemoryInfo?
Doesn't compile:
austin at austin-desktop:~$ i586-mingw32msvc-gcc foo.c
foo.c: In function ?GetCurrentProcessMemory?:
foo.c:14: error: ?bool? undeclared (first use in this function)
foo.c:14: error: (Each undeclared identifier is reported only once
foo.c:14: error: for each function it appears in.)
foo.c:14: error: expected ?;? before ?ret?
foo.c:17: error: ?ret? undeclared (first use in
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
Hello,
I downloaded LLVM 2.6 and was attempting to compile it with TDM-GCC
4.4.1-tdm2-sjlj + cmake 2.6.4 and this happened:
=============Console===================
C:\projects\game-editor\LLVM\build-root>mingw32-make
[ 2%] Built target LLVMSystem
[ 5%] Built target LLVMSupport
[ 7%] Built target tblgen
[ 7%] Built target intrinsics_gen
[ 10%] Built target LLVMCore
[ 12%] Built target
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 Dec 14
1
"Problem in Installing wine"
Hi,
I had redhat linux2.6.18-164.el5 x86_64 bit machine.I tried to install wine-1.2-rc1 and got the following error:
checking for sys/thr.h... no
checking for pthread_np.h... no
checking for linux/videodev.h... yes
checking for linux/capi.h... yes
checking for ldd... /usr/bin/ldd
checking whether we can build a GNU style ELF dll... yes
checking whether the compiler supports -fPIC -shared
2001 Feb 23
0
cross building
I was 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