BananoCoin / boompow

BANANO's Distributed Proof of Work System (BoomPoW v2)
https://bpow.banano.cc
MIT License
20 stars 6 forks source link

Trying to build on ARM64 #6

Open hvc3000 opened 1 year ago

hvc3000 commented 1 year ago

Hi, I got a problem while building for ARM64 devices. Go version is at 1.19.5

When building with or without -tags cl:

Build for macOS & Linux (#) github.com/Inkeliz/go-opencl/opencl /home/pi/go/pkg/mod/github.com/!inkeliz/go-opencl@v0.0.0-20200806180703-5f0707fba006/opencl/kernel.go:17:8: could not determine kind of name for C.free

bbedward commented 1 year ago

Try to install this https://formulae.brew.sh/formula/ocl-icd

hvc3000 commented 1 year ago

Thanks, I did this, but it' not possible. I've got the same Error again. I am working with Raspbian OS 64 bit on a RPI 4, with all ocl dependencies installed. In addition homebrew is not supported on Raspberry PI/ARM. Are there any other ways?