similar to: [LLVMdev] llvm-gcc debug info on mingw32msvc?

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] llvm-gcc debug info on mingw32msvc?"

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
2020 May 08
4
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
Folks, we work on optimization of binary size and improvement of debug info quality. To reduce the size of the binary we use -ffunction-sections so that unused code would be garbage collected. When the linker does garbage collection, a lot of abandoned debug info is left behind. Besides inflated debug info size, we ended up with overlapping address ranges and no way to say valid vs garbage
2008 Nov 09
2
[LLVMdev] Mingw, cross-compiling,___eprintf
Cross-compiling from Ubuntu 8.04 x86_64 to mingw with the cmake build system fails with this error while linking some tools: ../../lib/libLLVMSystem.a(DynamicLibrary.cpp.obj):DynamicLibrary.cpp:(.text+0x367): undefined reference to `___eprintf' ___eprintf is mentioned in lib/System/Win32/DynamicLibrary.inc. This symbol is referenced by libLLVMSystem.a when LLVM is natively built on
2007 Dec 10
2
[LLVMdev] Exception handling in JIT
Hi everyone, Here's a patch that enables exception handling when jitting. I've copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may need to factorize it, but the functionality is there and I'm very happy with it :) lli should now be able to execute the output from llvm-gcc when using exceptions (the UnwindInst instruction is not involved in this patch). Just add the
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
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:
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
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
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 >>
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
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
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:
2012 Feb 01
2
xiph flac git build fails out of the box
Not sure where bug reports 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
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
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
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
2007 Dec 11
0
[LLVMdev] Exception handling in JIT
On Dec 10, 2007, at 9:52 AM, Nicolas Geoffray wrote: > Hi everyone, > > Here's a patch that enables exception handling when jitting. I've > copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may > need > to factorize it, but the functionality is there and I'm very happy > with > it :) Very nice! I don't know enough about EH, someone else
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
Hello I installed qt-win-opensource-4.0.1-mingw in Wine. I copied all dll's into system32 directory, and mingw10.dll too (because qt need it). Then i compiled a simple "Hello World!" with Qt dlls using MinGW for linux. I have no problem with cross compiling (0 errors & 0 warnings). But when i run the app, wineserver & wine-preloader eat 90% of RAM and CPU and show only
2013 Mar 12
0
flac 1.3.0pre2 pre-release
Hi, On 03/09/13 03:37 am, Erik de Castro Lopo wrote: > Hi all, > > Second and hopefully final pre-release is here: > > http://downloads.xiph.org/releases/flac/beta/ OS/2 now needs this patch. --- configure.ac.orig 2013-03-11 21:52:54.000000000 -0700 +++ configure.ac 2013-03-11 21:53:30.000000000 -0700 @@ -378,7 +378,7 @@ XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2])