cancel
Showing results for 
Search instead for 
Did you mean: 

I want to compile my c code as a library file.

NakornThree
Associate II

I want to compile my c code as a library file and share it with other people. But I would like to share all source code. Please suggest how to do that.

1 REPLY 1
TDK
Guru

Generally just putting the code on GitHub is the best method of sharing your library. Distributing a binary library file isn't necessary unless it has tight timing requirements such as the DSP libraries.

If you feel a post has answered your question, please click "Accept as Solution".