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

Error in make #38

Open
Chiara91 opened this issue Sep 7, 2015 · 2 comments
Open

Error in make #38

Chiara91 opened this issue Sep 7, 2015 · 2 comments

Comments

@Chiara91
Copy link

Chiara91 commented Sep 7, 2015

HI everyone,
I've got a problem and I can't fix it.
I've installed GNURadio with Pybombs on Ubuntu 14.04 LTS.

The firs time I've tried to install gr-baz I've used the command given by Pybombs:
./pybombs install gr-baz
Everything goes ok but when after I tried to open Gnuradio companion, I can't.

So I update Pybombs and I've installed gr-baz by source. I can do the Cmake but when I do make I've got this error:
baz_usrp_aquire.cc:131.16: error 'class und::usurp::multi_usrp' has no member name 'set_gpio_attr'
m_dev->set_gpio_attr(bank, attr, value, mask, mboard);

Does anyone know how can I fix it?
Thank you, thank you very much!

@Nobis99
Copy link

Nobis99 commented Aug 31, 2016

Same error.
I am running gnu radio 3.7.7 on ubuntu 14.04.

/home/user/Documents/gr-baz/lib/baz_usrp_acquire.cc: In member function ‘void gr::baz::usrp_acquire::set_gpio_attr(const string&, const string&, uint32_t, uint32_t, size_t)’:
/home/user/Documents/gr-baz/lib/baz_usrp_acquire.cc:131:16: error: ‘class uhd::usrp::multi_usrp’ has no member named ‘set_gpio_attr’
         m_dev->set_gpio_attr(bank, attr, value, mask, mboard);
                ^
make[2]: *** [lib/CMakeFiles/gnuradio-baz.dir/baz_usrp_acquire.cc.o] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-baz.dir/all] Error 2
make: *** [all] Error 2

@Chiara91
Copy link
Author

Hi,

I solved the problem by reinstalling everything. Be sure to have installed the uhd driver.

Il 31/08/2016 03:08, Kane ha scritto:

Same error.
I am running gnu radio 3.7.7 on ubuntu 14.04.

/home/user/Documents/gr-baz/lib/baz_usrp_acquire.cc: In member function ‘void gr::baz::usrp_acquire::set_gpio_attr(const string&, const string&, uint32_t, uint32_t, size_t)’:
/home/user/Documents/gr-baz/lib/baz_usrp_acquire.cc:131:16: error: ‘class uhd::usrp::multi_usrp’ has no member named ‘set_gpio_attr’
m_dev->set_gpio_attr(bank, attr, value, mask, mboard);
^
make[2]: *** [lib/CMakeFiles/gnuradio-baz.dir/baz_usrp_acquire.cc.o] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-baz.dir/all] Error 2
make: *** [all] Error 2


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/38#issuecomment-243629454, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANglec7S_ynTAjA6GKftNSniUBXKP-Zyks5qlNQKgaJpZM4F5EL6.


[Avast logo] https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.comhttps://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient

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

2 participants