You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i tried to build with ubuntu 22.04 on AARCH64 but i get this error:
[ 53%] Building C object CMakeFiles/libmem.dir/src/linux/ptrace/ptrace.c.o
/home/user/libmem/src/linux/ptrace/ptrace.c:28:10: fatal error: sys/reg.h: No such file or directory
28 | #include <sys/reg.h>
| ^~~~~~~~~~~
compilation terminated.
Maybe i forgot some params on make ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, i tried to build with ubuntu 22.04 on AARCH64 but i get this error:
[ 53%] Building C object CMakeFiles/libmem.dir/src/linux/ptrace/ptrace.c.o
/home/user/libmem/src/linux/ptrace/ptrace.c:28:10: fatal error: sys/reg.h: No such file or directory
28 | #include <sys/reg.h>
| ^~~~~~~~~~~
compilation terminated.
Maybe i forgot some params on make ?
Thanks
The text was updated successfully, but these errors were encountered: