-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing build instructions, linking problems #3
Comments
libsigrok4DSL version 1.0.2 |
aha, seems that DSLab integrated libsigrok4DSL into DSView entirely and removed building and installation of it as separate module, and i had some oldish one... but still something is broken It should probably copied/submoduled into this repo therefore |
So, checking out commit 5a9481fd0697d66ce5ce0e46a8d233125e6cb5ac of DSView and building and installing the libsigrok4DSL helped. |
found submodule for dsview in the parent repo, but building and installing it leads to compile failure for the bridge:
|
hi all, cd log
steven@steven-VirtualBox: |
hi all, cd log
steven@steven-VirtualBox: |
Hi!
I am trying to build this bridge for my dscope.
Didnt find build instructions, i did:
mkdir build && cd build && cmake .. && make
make failed on link:
[ 17%] Built target xptools [ 47%] Built target log [ 64%] Built target scpi-server-tools [ 70%] Linking CXX executable scopehal-sigrok-bridge /usr/bin/ld: /usr/local/lib/libsigrok4DSL.so: undefined reference to 'DS_RES_PATH' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/scopehal-sigrok-bridge.dir/build.make:164: scopehal-sigrok-bridge] Error 1 make[1]: *** [CMakeFiles/Makefile2:138: CMakeFiles/scopehal-sigrok-bridge.dir/all] Error 2 make: *** [Makefile:91: all] Error 2
What did I do wrong? Google search gives nothing about the missing 'DS_RES_PATH' and so did the search through all repositories i have checked out. So I don't even know what exactly uses this parameter and how...
OS is Ubuntu 20.04
The text was updated successfully, but these errors were encountered: