lusbcan专题

编译的时候出现/usr/bin/ld: cannot find -lusbcan

原因:找不到 usbcan 的库 这个库不在系统默认查找路径,新建一个软链接到/usr/lib就好了 sudo ln -s 库实际的路径