| |||||
Technical Support Support Resources
Product Information | µVISION: C FILE ALWAYS RECOMPILED WHEN CREATING SRC FILESInformation in this article applies to:
QUESTIONIn µVision, when I select Create Assembler SRC File from the C File Options dialog, the C file is ALWAYS recompiled even if there are no changes. Is this necessary or required? ANSWERYes. The C file must be recompiled each time because of the method µVision uses to track file dependencies. With the Keil compiler and assembler, file dependencies are stored in the .OBJ file. When you generate a .SRC file from a .C file, no .OBJ file is built. Therefore, the file dependency information is not generated. And, the C file must be recompiled each time you update the project. Last Reviewed: Monday, June 28, 2004 | ||||
| |||||