简体   繁体   English

将Mavlink C库转换为DLL

[英]Converting mavlink c library to dll

Is it possible to convert MAVLink C library to .so using eclipse? 是否可以使用Eclipse将MAVLink C library转换为.so

I'm trying to call mavlink library from lunix RT on myRio1900 board. 我正在尝试从myRio1900板上的lunix RT调用mavlink库。

MAVLink is a header-only library: a bunch of typedefs and macros scattered in header files. MAVLink是仅标头的库:一堆typedef和宏分散在标头文件中。 No need to compile and link, just include and use it. 无需编译和链接,只需包含并使用它即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM