Edward Diener 2017-05-28 21:53:
That does not seem very limiting. ELF and PE/COFF covers all popular
object file formats on Linux and Windows respectively and surely just
about everyone not using VC++ uses DWARF rather than sjlj.
As I know, for windows targets DWARF is available only for 32bit
targets.(But I can be wrong...)
How would I build this above-linked libbacktrace in mingw-64 for
myself ? Am I supposed to use the current mingw-64 build script to do
so and just copy the aforementioned 3 files to some final directories
?
1) clone mingw-builds scripts into your home dir.
2) cd mingw-builds
3) switch to develop branch
4) ./build --mode=gcc-7.1.0 --bootstrap --buildroot=/c/mingw710
--threads=posix --exceptions=dwarf --arch=i686 --bin-compress --jobs=2
--rev=0 --rt-version=v5
If the building of mingw-w64 in your environment is successful, I will
tell you which files and where to copy to.
--
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
https://sf.net/p/mingw-w64/
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public