Crossware

Table of Contents        Previous topic       Next topic       

Projects and Workspaces->Build Settings->Custom Build Steps->Custom Environment

The Embedded Development Studio sets up an environment block before it runs any custom build commands. The custom build commands are therefore able to access include, library and bin paths.

By default, the Embedded Development Studio uses INCLUDE and LIB as the environment variables for the include and library paths.  However, some third party tools require different environment variables to be used.  For instance a third party tool chain might require INC51 and LIB51 to be used.  In this case the Include variable would be set to INC51 and the Lib variable would be set to LIB51.