"Jiang, Haochen" writes:
> Ping for this thread.
>
> Any ideas? If no, I will change the generated info with command following
> if we take r15-1643 as example and see if it is clearer:
>
> head -26 makelog.r15-1643.x86_64.native | tail -7 > 1.log;
> grep -E "(error:|Error)" makelog.r15-1643.x86_
Hi!
For future reports, would it be possible to change the grep to something
like:
grep -E "(error:|Error)" or just grep -rsin "error" -w or something.
This would allow catching the actual compile error in libbacktrace if
it's not going to fit in the last N lines from make.
(Not needed here as