aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/extension.dox
diff options
context:
space:
mode:
authormkoop <marian.koop@ni.com>2023-02-17 16:14:21 +0100
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2023-03-30 08:00:47 -0500
commit9c2df8cc9a5da5764029f8854cfcffafba0d29ea (patch)
treed2d90c0cdc9ad3934bd79ca94790d93334a33a12 /host/docs/extension.dox
parentmpm: Bump compat number to 5.0 (diff)
downloaduhd-9c2df8cc9a5da5764029f8854cfcffafba0d29ea.tar.xz
uhd-9c2df8cc9a5da5764029f8854cfcffafba0d29ea.zip
extension: windows: Fixed linking extension example to uhd.lib
Symtom to observed Example of how to use a (new) feature/behavior
Diffstat (limited to 'host/docs/extension.dox')
-rw-r--r--host/docs/extension.dox11
1 files changed, 0 insertions, 11 deletions
diff --git a/host/docs/extension.dox b/host/docs/extension.dox
index 71f466fc1..e930ad056 100644
--- a/host/docs/extension.dox
+++ b/host/docs/extension.dox
@@ -14,17 +14,6 @@ example in the examples directory. It can be built by
Depending on your UHD installation prefix root privileges may be required for `make install`.
-<b>Known issue</b>:
-When using the Python API with an extension installed, `import uhd` may throw an error:
-
-`Error: EnvironmentError: OSError: dlopen failed to load "/path/to/libextension.so"`
-
-If this occurs, please provide the LD_PRELOAD variable with the path to the uhdlib:
-
-export LD_PRELOAD=[UHD_PREFIX]/lib/libuhd.so
-
-Afterwards start Python again in the same commandline.
-
\section extension_capabilities Capabilities of the Extension Framework
The Extension Framework attaches to multi_usrp and will work for all RFNoC-capable devices.