Discussion and technical support related to USRP, UHD, RFNoC
View all threadsHi all,
Running the command "uhd_fft" has been giving this result for me, would
anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
To include context, the uhd_config_info command shows the following:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP PREEMPT Thu Jun 9
10:15:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The command line output from uhd_fft only shows the following:
Segmentation fault (core dumped)
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi saeidh@gmail.com wrote:
Hi all,
Running the command "uhd_fft" has been giving this result for me, would
anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
On 07/09/2019 04:41 PM, Saeid Hashemi via USRP-users wrote:
To include context, the uhd_config_info command shows the following:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP PREEMPT Thu
Jun 9 10:15:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The command line output from uhd_fft only shows the following:
Segmentation fault (core dumped)
My guess is that your uhd_fft was linked against a different version of
the UHD library than you currently have on your system.
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi <saeidh@gmail.com
mailto:saeidh@gmail.com> wrote:
Hi all,
Running the command "uhd_fft" has been giving this result for me,
would anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Hi Marcus,
I appreciate your reply,
I did some digging, and it seems I only have this instance of UHD
installed. How would I troubleshoot this?
Would the best solution be to simply reinstall?
My setup is that I installed Open Air Interface, and UHD has been installed
automatically by that.
The other commands work, such as uhd_usrp_probe, as well as Open Air
Interface's radio software, softmodem UE and eNB.
Regards,
Saeid
On Tue, Jul 9, 2019 at 5:47 PM Marcus D. Leech via USRP-users <
usrp-users@lists.ettus.com> wrote:
On 07/09/2019 04:41 PM, Saeid Hashemi via USRP-users wrote:
To include context, the uhd_config_info command shows the following:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP PREEMPT Thu Jun 9
10:15:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The command line output from uhd_fft only shows the following:
Segmentation fault (core dumped)
My guess is that your uhd_fft was linked against a different version of
the UHD library than you currently have on your system.
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi saeidh@gmail.com wrote:
Hi all,
Running the command "uhd_fft" has been giving this result for me, would
anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
USRP-users mailing listUSRP-users@lists.ettus.comhttp://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Yes so it’s very likely a compatibility issue.
Your GNURadio install would have installed uhd_fft and likely linked against a different UHD version
Sent from my iPhone
On Jul 16, 2019, at 4:30 PM, Saeid Hashemi saeidh@gmail.com wrote:
Hi Marcus,
I appreciate your reply,
I did some digging, and it seems I only have this instance of UHD installed. How would I troubleshoot this?
Would the best solution be to simply reinstall?
My setup is that I installed Open Air Interface, and UHD has been installed automatically by that.
The other commands work, such as uhd_usrp_probe, as well as Open Air Interface's radio software, softmodem UE and eNB.
Regards,
Saeid
On Tue, Jul 9, 2019 at 5:47 PM Marcus D. Leech via USRP-users usrp-users@lists.ettus.com wrote:
On 07/09/2019 04:41 PM, Saeid Hashemi via USRP-users wrote:
To include context, the uhd_config_info command shows the following:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP PREEMPT Thu Jun 9 10:15:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The command line output from uhd_fft only shows the following:
Segmentation fault (core dumped)
My guess is that your uhd_fft was linked against a different version of the UHD library than you currently have on your system.
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi saeidh@gmail.com wrote:
Hi all,
Running the command "uhd_fft" has been giving this result for me, would anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Can I modify it to link against the current version?
On Tue, Jul 16, 2019 at 5:18 PM Marcus D Leech patchvonbraun@gmail.com
wrote:
Yes so it’s very likely a compatibility issue.
Your GNURadio install would have installed uhd_fft and likely linked
against a different UHD version
Sent from my iPhone
On Jul 16, 2019, at 4:30 PM, Saeid Hashemi saeidh@gmail.com wrote:
Hi Marcus,
I appreciate your reply,
I did some digging, and it seems I only have this instance of UHD
installed. How would I troubleshoot this?
Would the best solution be to simply reinstall?
My setup is that I installed Open Air Interface, and UHD has been
installed automatically by that.
The other commands work, such as uhd_usrp_probe, as well as Open Air
Interface's radio software, softmodem UE and eNB.
Regards,
Saeid
On Tue, Jul 9, 2019 at 5:47 PM Marcus D. Leech via USRP-users <
usrp-users@lists.ettus.com> wrote:
On 07/09/2019 04:41 PM, Saeid Hashemi via USRP-users wrote:
To include context, the uhd_config_info command shows the following:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP PREEMPT Thu Jun 9
10:15:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The command line output from uhd_fft only shows the following:
Segmentation fault (core dumped)
My guess is that your uhd_fft was linked against a different version of
the UHD library than you currently have on your system.
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi saeidh@gmail.com wrote:
Hi all,
Running the command "uhd_fft" has been giving this result for me, would
anyone have a recommendation on how to fix the issue?
Thanks and regards,
Saeid
USRP-users mailing listUSRP-users@lists.ettus.comhttp://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
No. You'd need to rebuild it from source.
On Wed, 2019-07-17 at 16:27 -0400, Saeid Hashemi via USRP-users wrote:
Can I modify it to link against the current version?
On Tue, Jul 16, 2019 at 5:18 PM Marcus D Leech <
patchvonbraun@gmail.com> wrote:
Yes so it’s very likely a compatibility issue.
Your GNURadio install would have installed uhd_fft and likely
linked against a different UHD version
Sent from my iPhone
On Jul 16, 2019, at 4:30 PM, Saeid Hashemi saeidh@gmail.com
wrote:
Hi Marcus,
I appreciate your reply,
I did some digging, and it seems I only have this instance of UHD
installed. How would I troubleshoot this?
Would the best solution be to simply reinstall?
My setup is that I installed Open Air Interface, and UHD has been
installed automatically by that.
The other commands work, such as uhd_usrp_probe, as well as Open
Air Interface's radio software, softmodem UE and eNB.
Regards,
Saeid
On Tue, Jul 9, 2019 at 5:47 PM Marcus D. Leech via USRP-users <
usrp-users@lists.ettus.com> wrote:
On 07/09/2019 04:41 PM, Saeid Hashemi via USRP-users wrote:
To include context, the uhd_config_info command shows the
following:
linux; GNU C++ version 4.8.4; Boost_105400;
UHD_003.010.002.000-release
And uname -a:
Linux nuc03 3.19.0-61-lowlatency #69~14.04.1-Ubuntu SMP
PREEMPT Thu Jun 9 10:15:00 UTC 2016 x86_64 x86_64 x86_64
GNU/Linux
The command line output from uhd_fft only shows the
following:
Segmentation fault (core dumped)
My guess is that your uhd_fft was linked against a different
version of the UHD library than you currently have on your
system.
On Tue, Jul 9, 2019 at 4:10 PM Saeid Hashemi <
saeidh@gmail.com> wrote:
Hi all,
Running the command "uhd_fft" has been giving this result
for me, would anyone have a recommendation on how to fix
the issue?
Thanks and regards,
Saeid
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com