Hey Ian, others,
I was made aware that libbacktrace got support for external debug info with
[1], great work! I have just synced the latest libbacktrace into heaptrack [2]
in a local branch and played around with it and noticed two limitations:
[1]: https://github.com/gcc-mirror/gcc/commit/
b91
On 11/26/2017 11:09 PM, Marek wrote:
Hi,
while compiling 7.2.0 im getting the following:
cc1: error: no include path in which to search for stdc-predef.h
cc1: note: self-tests are not enabled in this build
This doesn't appear to be a build error. Configure runs the compiler to
check for fea
N.B. the gcc@gcc.gnu.org mailing list is not for support. For help
building or using GCC use the gcc-h...@gcc.gnu.org mailing list (see
https://gcc.gnu.org/lists.html for information on the lists and what's
on-topic).
On 27 November 2017 at 20:23, Jim Wilson wrote:
> On 11/26/2017 11:09 PM, Marek