Closed scoates closed 10 years ago
Currently cgo isn't supported on ARM I haven't tested it either.
Otherwise, it sounds like the github.com/bemasher/fftw
build failed before rtlamr was built. Also be sure that your version of go matches the required version to build successfully, I recommend building the toolchain from source: http://golang.org/doc/install/source
Be sure to follow the project build instructions in README.md
.
If the above hasn't fixed your problem, reopen the issue with more information.
Hello. I'm trying to use this on a Raspberry Pi. Upon attempting to
go get
this project, I get the following:My
libfftw3-dev
is installed properly, it seems.Any ideas?