Technical Support

µVISION: GENERATING MORE THAN ONE LIBRARY


Information in this article applies to:

  • C166 Version 4.03

QUESTION

Is it possible to generate more than one library using a single µVision project?

Can a library be both generated and used in the same µVision project?

ANSWER

You can only generate one library per µVision project. You cannot generate a library and use it in the same project because linking only occurs once per project and this would require two links.

For different libraries you usually require different source files, which logically means a different µVision project. You may always use conditional compilation to produce variations on a library using a single project.

MORE INFORMATION

Last Reviewed: Wednesday, June 16, 2004


Did this article provide the answer you needed?
 
Yes
No
Not Sure