| ||||||||
Technical Support Support Resources Product Information | µVISION: BUILD TARGET RETRANSLATES NOAMAKE FILESInformation in this article applies to:
SYMPTOMSµVision is retranslating (re-compiling) C files in my project when I use Project - Build target. I have made no changes to the files so the built-in MAKE should check the timestamp and see this. The files do not use the SRC directive or any in-line assembler sections. What can be wrong? CAUSECheck to see if the NOAMAKE directive is used somewhere in the compiler or assembler invocation. When you move old projects to µVision, the source files may contain this directive in pragma lines. For example: #pragma noamake This directive removes make information from the object files the compiler generates. RESOLUTIONRemove the NOAMAKE or NOAM directive from your source files or the Options - Misc dialog entries. SEE ALSOLast Reviewed: Thursday, April 15, 2004 | |||||||
| ||||||||