Generating Static Library (.a) Files with IAR
When you do not want to expose core code to others, especially to clients, you can package the source code into a static library. Generating the Library 1. In the project, exclude files that do not need to be included in the library. Right-click on the project file —-> Options —-> Exclude from build (to … Read more