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

undefined: fftw.HCDFT1DPlan #11

Closed
scoates opened this issue May 14, 2014 · 2 comments
Closed

undefined: fftw.HCDFT1DPlan #11

scoates opened this issue May 14, 2014 · 2 comments
Labels

Comments

@scoates
Copy link

scoates commented May 14, 2014

Hello.
I'm trying to use this on a Raspberry Pi.
Upon attempting to go get this project, I get the following:

pi@raspberrypi ~ $ go get github.com/bemasher/rtlamr
# github.com/bemasher/rtlamr/preamble
/usr/lib/go/src/pkg/github.com/bemasher/rtlamr/preamble/preamble.go:14: undefined: fftw.HCDFT1DPlan
/usr/lib/go/src/pkg/github.com/bemasher/rtlamr/preamble/preamble.go:15: undefined: fftw.HCDFT1DPlan
pi@raspberrypi ~ $

My libfftw3-dev is installed properly, it seems.

Any ideas?

@bemasher
Copy link
Owner

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.

@bemasher
Copy link
Owner

If the above hasn't fixed your problem, reopen the issue with more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants