Yan Titarenko
Yan Titarenko
> Incomplete since I can only support Windows. Tested on MinGW with GCC 7.3 & DWARF2 EH > > Fixes #12, at least for me ;) I am able to...
> +1 for cmake script, it's convenient than auto tools, especially on windows There is a bug, on Windows 10, which disallows to track the path of libbacktrace, during CMake's...
> CMake is one of the most popular portable build systems for C++. Adding support for it to libbacktrace would greatly simplify integration with other projects and increase the popularity...
That's interesting.
Could anyone tell if it is possible to cross-compile libbacktrace, on Windows 10 host, to target x86_64 Linux? Considering Clang, as a compiler.
> Hi Ivan - we do support ARM. At this time, there is no support for LLVM and to be honest, you are the first that has brought this to...
> $ cat /proc/cpuinfo > processor : 0 > hart : 1 > isa : rv64imafdc > mmu : sv39 > uarch : sifive,rocket0 > > processor : 1 >...
It does not explain how to contribute into RISC-V port and how (at least) to allow the compilation of the crate.
CC @WRansohoff , in case if there is any interest
There server is provided by [Works on Arm](https://www.worksonarm.com/) : > $ lscpu > Architecture: aarch64 > CPU op-mode(s): 64-bit > Byte Order: Little Endian > CPU(s): 96 > On-line CPU(s)...