You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
SoapySDR master, go-soapy-sdr master
sorry I'm new to golang
The text was updated successfully, but these errors were encountered: