Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm64 需要额外的系统调用 #76

Closed
plusls opened this issue Sep 28, 2023 · 1 comment
Closed

Arm64 需要额外的系统调用 #76

plusls opened this issue Sep 28, 2023 · 1 comment

Comments

@plusls
Copy link

plusls commented Sep 28, 2023

c_cpp 在 arm64 上需要额外的系统调用,看起来是 ld 的逻辑不太一样,用了别的系统调用

SCMP_SYS(faccessat), SCMP_SYS(newfstatat),
                                SCMP_SYS(set_tid_address), SCMP_SYS(set_robust_list),
                                SCMP_SYS(rseq), SCMP_SYS(prlimit64),
                                SCMP_SYS(getrandom), SCMP_SYS(fadvise64),

系统版本信息:

No LSB modules are available.
Distributor ID: Debian
Description:    Armbian 23.08.0-trunk bookworm
Release:        12
Codename:       bookworm
@virusdefender
Copy link
Contributor

这个主要是和编译器和 libc 版本有关系,有需要可以自行添加

@plusls plusls closed this as completed Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants