问题:使用arm-none-linux-gnueabi-gcc –o hello hello.c编译完成,在ARM上运行出现报错:-sh: ./hello: No such file or directory原因:因为我们的程序使用的是动态链接方式编译的,而ARM上的链接库文件路径不同,
Overview: 如果想在LabVIEW中调用C/C++的dll的话,用Call library node。但如果你之前的程序是用python,perl或者bat脚本写的,或者干脆就是个可执行的exe程序,那么用System Exec.vi, 它在后面板的位置是Connectiv