rizinorg / rz-pipe

Access rizin via pipe from any programming language!
32 stars 11 forks source link

Go rz-pipe for arm64 fails to build #40

Open shellcromancer opened 1 year ago

shellcromancer commented 1 year ago

This is on macOS M1 for any usage of the Go bindings - seems the dependency used to link (https://github.com/rainycape/dl) doesn't support ARM?

# github.com/rainycape/dl
Undefined symbols for architecture arm64:
  "_make_call", referenced from:
      _call in _x004.o
ld: symbol(s) not found for architecture arm64
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
wargio commented 1 year ago

Looks like that library do not support arm

XVilka commented 4 months ago

That library is effectively dead. We should find an alternative or get rid of it somehow. PRs are welcome. The closest I found and maintained is https://github.com/ebitengine/purego