-
Notifications
You must be signed in to change notification settings - Fork 195
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 undefined reference to `uhd::msg::register_handler(void (* const&)(uhd::msg::type_t, std::string const&))' #18
Comments
you must copy the "transceiver" file for several directories: https://fairwaves.co/blog/openbts-umts-3g-umtrx/ good luck |
@peterm2109 Thanks before bruh has answer my question, but it still not working. And I think the "copy the transceiver"s step must be run after "make install" procedure. The log is still same as first. |
you're right @paraparata ... sorry.... I was seeing the times I had installed OpenBTS-UMTS, looking for when I was giving that error in the make process. Verify that you have installed:
another thing. you must install the version asn1c-0.9.23, it is inside the code that you download. cd ~ / OpenBTS-UMTS / another thing that happened to me, was that to make "make" I had to have the USRP connected cd ~ / OpenBTS-UMTS / good luck... |
the reference is clear enough, UHD related libs are to be blamed here. Dont act blindly and more important don't give advice blindly. |
found it: |
by the way: In order to fully solve this problem, I'm porting OpenBTS to the new UHD drivers API. It's not so hard after all, few things changed. I'm also cherrypicking other fixes and enhancements from other buddies. |
Hi @AlisterAmo , thx for ur time for helping me solve this. I'll try your repo then. Big thx. |
Hi @AlisterAmo , I followed your instruction in this link https://github.com/EurecatSecurity/OpenBTS-UMTS . But there is an error like this CLI.cpp:1092:18: warning: ‘CommandLine::CLIStatus CommandLine::endcall(int, char**, std::ostream&)’ defined but not used [-Wunused-function] Do you know how to solve this? |
not sure about this one. can you provide more info? build environment, compiler versions etc? |
Hi @peterm2109 , for "transceiver" file, are you refering to "UHDDevice.cpp" file or wich one? . root@leic:/home/leic/OpenBTS/OpenBTS-UMTS# |
@paraparata getting exactly similar error. Did you resolve it at that time? |
I have an error while make OPENBTS-UMTS :
I'll so glad if anyone can help me solve this. Because I've googled this issue and didn't find any real solution :"(
The text was updated successfully, but these errors were encountered: