1
|
2
|
3
|
To set options, choose Project>Options. Select the General Options category and click the Library Configuration tab. Choose None from the Library drop-down list, which means that a standard C/C++ library will not be linked.
|
4
|
1
|
2
|
3
|
4
|
Choose Project>Make.
|
1
|
In the Workspace window, click the project5 tab. Choose Project>Add Files and add the file tutor_library.a (tutor_library.a for ILINK) located in the projects\Debug\Exe directory. Click Open.
|
2
|
Click Make to build your project.
|
3
|
You have now combined a library with an executable project, and the application is ready to be executed. For information about how to manipulate the library, see the IAR Archive Tool documentation available in the IAR C/C++ Development Guide for ARM®.
|