This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A51 INCDIR path specification

Under "Options For Target X" "A51" tab, you can specify the directory for include files for your assembly code. With this, you can simply say "$include filename.inc" and the A51 will know where to look for your include files. Neat, but what if that location is variable? On one machine, it may be C drive, on another D, and so on. I wish to post the entire directory to our version control archive, but I don't want others to have to worry about adjusting certain obscure settings in order to make the build work correctly. If you have had any experience with the INCDIR feature with uVision2, I would greatly appreciate your input.