|
| Output (GNU ARM)- Select Folder for Objects...
- Selects a folder where the object files are stored.
- Name of Executable
- Specifies the name of the generated executable.
- Create Executable
- Generates an executable application program for your target hardware or for the Simulator.
- Debug Information
- Debug information is necessary for the symbolic testing of your application. If you disable this option, you will not have access to function names, variables names or the source code within the µVision debugger.
- Create HEX File
- Allows you to create an Intel HEX file. HEX files are used to download the software into a PROM programmer or other utilities.
- Big Endian
- Generates code for big endian CPU configuration.
- Create Batch File
- µVision generates a batch file (*.BAT) that contains all commands of the build process. You may use this batch file to duplicate the build process without using the µVision IDE.
- Create Library
- Generates a library file. Libraries are program collections of object modules that the linker may process at a later time. You can use a library as part of other project files.
|
|