![]() |
| Support Home | Search | Documentation |
INFO: The location where AVR creates temp files while compilingThe information in this article applies to:
SUMMARY:This article presents the behavior of AVR during compiling. MORE INFORMATION:When working within the IDE, AVR creates temporary files, similar to Microsoft Word. These temp files will have a .TMP extension and will be placed where the Operating System has designated the Environment Variables, typically the User Variables on Windows NT, 2000, and XP. These Environment Variables will direct applications to use a temporary location on the hard drive. AVR first looks for User Variable: TEMP which may point to C:\TEMP or System Variable: TEMP pointing to C:\Windows\Temp, if it's not set then we look for the User or System Variable TMP which points to C:\TMP. If none are set, then we use the current directory. To view the current settings, you can type the following command at a DOS prompt:
NOTE: To fix the System Path, you need to change Window System settings. The following information will assist you in modifying your current system temporary path. Our recommendation is to have your Network Administrator or consult with Microsoft to change these settings:
Keywords: IDE, temp, create, files, temporary |
Last Modified Date: 11/6/2002 11:43:40 AM
Copyright © 2005, 2006 ASNA Inc.
| Support Home | Search | Documentation |