[strace/strace] I was compiling strace:configure: error: failed to find libunwind-ptrace.h (#165)

Invincible-World notifications at github.com
Sat Dec 5 11:59:55 UTC 2020


sudo apt install g++-arm-linux-gnueabihf g++-aarch64-linux-gnu autoconf make gawk libtool
git clone https://github.com/strace/strace.git
export CC=/usr/bin/aarch64-linux-gnu-gcc
export CFLAGS="-O2 -static"
export LDFLAGS="-static -pthread"
cd strace
./bootstrap
./configure --host=aarch64-linux --enable-mpers=no   --prefix=/usr --with-libunwind --with-libiberty

=====================out:
configure: error: failed to find libunwind-ptrace.h
==================================
How can I solve this problem? I have thought about it for a long time, but I still haven't solved it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/165
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20201205/cddb57e5/attachment.htm>


More information about the Strace-devel mailing list