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

does not build #1

Closed
jazzkutya opened this issue Apr 12, 2019 · 2 comments
Closed

does not build #1

jazzkutya opened this issue Apr 12, 2019 · 2 comments

Comments

@jazzkutya
Copy link

SoapySDR master, go-soapy-sdr master

vrm@zivatar:~/go/src/github.com/pothosware/go-soapy-sdr/cmd$ go clean -cache
vrm@zivatar:~/go/src/github.com/pothosware/go-soapy-sdr/cmd$ go build
# github.com/pothosware/go-soapy-sdr/cmd
/usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/usr/bin/ld: /tmp/go-link-011735759/000005.o: unrecognized relocation (0x2a) in section `.text'
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status

sorry I'm new to golang

@jazzkutya
Copy link
Author

Well now it does build. Probably due to a combination of pothosware/SoapySDR#220 and me discovering the -a option of go build. So I guess it's safe to close this issue.

@jazzkutya
Copy link
Author

jazzkutya commented Apr 13, 2019

it looks like a problem with the shipped (with do) .a files being linked with a newer ld than I have on my ubuntu 14.04, thus unrelated to go-soapy-sdr.

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

1 participant