| |||||
Technical Support Support Resources
Product Information | µVISION: GENERATING MORE THAN ONE LIBRARYInformation in this article applies to:
QUESTIONIs 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? ANSWERYou 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 INFORMATIONLast Reviewed: Wednesday, June 16, 2004 | ||||
| |||||