Skip to content
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

feature request: Support for 3206MSO #1

Closed
tdcox opened this issue Apr 9, 2021 · 4 comments
Closed

feature request: Support for 3206MSO #1

tdcox opened this issue Apr 9, 2021 · 4 comments

Comments

@tdcox
Copy link

tdcox commented Apr 9, 2021

Please could you consider support for the Pico 3206 MSO?

Thank you.

@bvernoux
Copy link
Contributor

bvernoux commented Jul 10, 2022

See #19
See also ngscopeclient/scopehal#481

@bvernoux
Copy link
Contributor

bvernoux commented Aug 7, 2022

Picoscope3000 series+MSO are supported now (#19 & ngscopeclient/scopehal#481 are merged now)
@azonenberg Last point is to synchronize https://github.com/glscopeclient/scopehal-apps to use latest https://github.com/glscopeclient/scopehal
@tdcox Please provide a feedback and close that issue

@tdcox
Copy link
Author

tdcox commented Aug 7, 2022

Would love to test this but it doesn’t appear to be included in the MSYS package and there are no instructions for building it.

@bvernoux
Copy link
Contributor

You can use those steps with msys2/mingw64

All following steps are to be done in a MinGW64 shell (notin a MSYS shell, which also getsinstalled by the MSYS2 installer)
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-make
pacman -S mingw-w64-x86_64-glm mingw-w64-x86_64-libsigc++ mingw-w64-x86_64-gtkmm3 mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-glew
pacman -S mingw-w64-x86_64-opencl-icd

##################################

For Release Windows

##################################
cd ~
git clone https://github.com/azonenberg/scopehal-apps.git --recurse -submodules

cd ~
cd scopehal-pico-bridge
mkdir build
cd build
cmake -G"MinGW Makefiles" -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
mingw32-make -j8

cd ~
mkdir scopehal-pico-bridge_build_release
cd ./scopehal-pico-bridge/build
cp C:/msys64/mingw64/bin/libstdc++-6.dll ~/scopehal-pico-bridge_build_release/
cp C:/msys64/mingw64/bin/libgcc_s_seh-1.dll ~/scopehal-pico-bridge_build_release/
cp C:/msys64/mingw64/bin/libwinpthread-1.dll ~/scopehal-pico-bridge_build_release/
cp ./src/ps6000d/ps6000d.exe ~/scopehal-pico-bridge_build_release/
cp ./lib/log/liblog.dll ~/scopehal-pico-bridge_build_release/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants