uhd/host/lib
Abhishek Verma b2f7a87b0f host: utils: Fixed python script paths under utils for windows
When uhd_usrp_probe is executed with incompatible UHD and FPGA images,
we get the expected incompat error. The problem is that on windows,
this error messages prints an incorrect file path to uhd_images_downloader.py.
It mentions folder "bin" but the python script is located under "lib".

For example:
current behavior "C:\Program Files\UHD\bin\uhd\utils\uhd_images_downloader.py"
expected behavior "C:\Program Files\UHD\lib\uhd\utils\uhd_images_downloader.py"

This fix is addressed by updating find_utility() function. Since, the dll in
windows is present under /bin, the get_lib_path() returns this path and
not the /lib path. To get the correct path, get_lib_path() is replaced by
get_pkg_path() and the rest of the file path is contructed using /lib/.
2025-02-07 14:49:34 +01:00
..
cal
convert
deps uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
experts
extension
features
ic_reg_maps ic_reg_maps: Add/repair array functionality 2024-09-02 09:40:54 +02:00
include lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
rc
rfnoc lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
transport uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
types python: Add bindings for (timed_)wb_iface and get_user_settings_iface() 2024-10-09 23:27:53 +02:00
usrp lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
usrp_clock uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
utils host: utils: Fixed python script paths under utils for windows 2025-02-07 14:49:34 +01:00
build_info.cpp lib: add pkg_data_dir() to build_info 2024-12-05 09:12:36 +01:00
CMakeLists.txt cmake: Extend Windows Installer w libusb dll & erllc_uhd_winusb_driver 2024-12-13 15:51:56 +01:00
device.cpp host: Remove duplicates in uhd::device::find result 2024-10-24 16:24:03 +02:00
device_python.cpp host: Release GIL for find 2024-10-10 08:11:26 +02:00
device_python.hpp
error_c.cpp
exception.cpp
image_loader.cpp
property_tree.cpp
property_tree_python.cpp
property_tree_python.hpp
stream.cpp
stream_python.hpp
uhd.rc.in host: Fix Windows RC version numbers 2024-11-28 15:07:21 +01:00
version.cpp
version_c.cpp
version_python.hpp