I want to create a simple library (C/ANSI) in IAR Embedded Workbench and then use the library in another project.
I found some documentation on their website. Although I do not understand it entirely, I managed to make myself a .r90
file and from what I understand that would be the library. Please note that I am a complete beginner in this area.
In conclusion I would like a step-by-step description on how to create a library and then how to import it in another project. Thanks.
PS: I am using IAR Embedded Workbench for AVR and this version does not have the Library
tab under Linker
.
Briefly.
This will work for the ARM flavor. Other targets or versions of the Embedded workbench may vary.