Linking a pre compiled library with RIOT (I am not sure if this went though before)

Hello,

I am wondering what the process is for linking a pre compiled library to RIOT. I know how to use RIOT to pull in packages and build them, but this is a different situation. I have the .a and header files for this library, but I am not sure how to link the library to RIOT.

Thanks!

Hi,

Have a look at the “bindist” example application here [1].

Hope this helps.

[1] https://github.com/RIOT-OS/RIOT/tree/master/examples/bindist