undefined reference to '_imp__ps3000aOpenUnit@8'

Post your C and C++ discussions here
Post Reply
izaskun
Newbie
Posts: 0
Joined: Mon Jul 08, 2019 11:12 am

undefined reference to '_imp__ps3000aOpenUnit@8'

Post by izaskun »

Hello,
I want to connect with PicoScope model 3404B, using SDK with Eclipse. I have taken the example from the Github and comment all the calls to ps3000a functions. I can compile and run the program.
After that I have uncommented the first call: ps3000aOpenUnit() , and I get the compile error:
undefined reference to '_imp__ps3000aOpenUnit@8'

I think that the path to the library is well defined .... any idea of what happens ?
Thanks in advance

Post Reply