^

AR# 30180 11.1 EDK - Can "relative" paths be used in SDK to point to application source code?

Keywords: absolute, path, variable

The SDK tools will not allow a relative path to be specified when adding a new file to a project. Is it possible to use relative path naming instead of absolute path naming for the application source code?

SDK does not allow a relative path to be specified directly. Instead, it uses an absolute path naming convention for source code files. However, it is possible to add a Path Variable to your SDK project that can be used as the base for relative path naming. For more information on the Path Variable, search the SDK Help documentation using "Path Variable" in the search dialog.

Using the Path Variable allows you to update only the Path Variable to point to all source files, instead of having to change the path for every single source file used in the design.


AR# 30180
Date Created 01/31/2008
Last Updated 04/28/2009
Status Active
Type
Feed Back