Search found 2 matches

by karamba
Thu Jul 25, 2024 6:31 pm
Forum: C and C++
Topic: Any possibility of an Apple Silicon native SDK?
Replies: 4
Views: 34752

Re: Any possibility of an Apple Silicon native SDK?

Since the application itself does work I assume that the internal code just need to be exposed in SDK. We have to use other scopes to do our work here.
by karamba
Thu Mar 28, 2024 6:51 pm
Forum: Python
Topic: PICO_NOT_FOUND
Replies: 2
Views: 5105

PICO_NOT_FOUND

Hello, I installed the latest Pico SDK on my MacBook / Intel laptop and am trying examples at https://github.com/picotech/picosdk-python-wrappers/blob/master/ps5000Examples/ps5000BlockExample.py I set DYLD_LIBRARY_PATH environment variable to to /Library/Frameworks/PicoSDK.framework/Libraries ...