I am using myRIO which is running linux real-time. In my project, I need to wrap up some C code, so I tried the Call Library Function Node.
I know I should use the linux cross-compile toolchain on Eclipse to compile the c code into the linux .so library. But the problem is that the Call Library Function Node doesn't recognize the .so file because my labVIEW is running on a Windows PC.
What should I do to fix it and how to combine C code with labVIEW when programming for embeded device like myRIO?