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

abi_arm64.h: no such file or directory #348

Closed
hoangong opened this issue Jul 13, 2023 · 3 comments
Closed

abi_arm64.h: no such file or directory #348

hoangong opened this issue Jul 13, 2023 · 3 comments

Comments

@hoangong
Copy link

I have this error when running go-fuzz-build

go-fuzz-build
failed to execute go build: exit status 1
# runtime
/var/folders/nl/q5qsnt0d6fvd0bjfdb54h04w0000gp/T/go-fuzz-build1901158247/goroot/src/runtime/rt0_darwin_arm64.s:7: #include: open /var/folders/nl/q5qsnt0d6fvd0bjfdb54h04w0000gp/T/go-fuzz-build1901158247/goroot/pkg/include/cgo/abi_arm64.h: no such file or directory

go version:

go version
go version go1.20.6 darwin/arm64

I don't see this error when running go AMD version.

@shareef-dweikat
Copy link

shareef-dweikat commented Jul 17, 2023

Same issue here. I am using MACPRO 2021 Apple Chip

@an-oo-na
Copy link

Same question. Has anyone solved it? T-T

@thepudds
Copy link
Collaborator

Hi there, I can take a look at this. There's a decent chance it might be a small fix.

If a large fix is needed, probably unlikely to happen. In general, people are encouraged to use the native fuzzing support in 'go test'. See for example Dmitry's comment in #329 (comment).

josharian added a commit that referenced this issue Oct 19, 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

4 participants