Keil™, An ARM® Company

µVision® User's Guide

Technical Support

On-Line Manuals

µVision® User's Guide

µVision3 Overview
User Interface
Creating Applications
Utilities
Debugging
Debug Commands
Debug Functions
Simulation
Flash Programming
Dialogs
File
Device Database
License Management
Single-User License
Floating-User License
Floating License Administrator
Edit
Find in Files
Configuration
Editor
Colors & Fonts
User Keywords
Shortcut Keys
Templates
View
Symbol Window
Project
Components, Enviornment, and Books
Project Components
Folders/Extensions
Books
Multi-Project
Select Device
Options
Device
Properties
Target
Target (Keil ARM)
Target (Keil C51)
Target (Keil C166)
Target (Keil C251)
Target (GNU ARM)
Target (RealView ARM)
Output
Output (Keil)
Output (GNU ARM)
Output (RealView ARM)
Listing
Listing (Keil)
Listing (GNU ARM)
Listing (RealView ARM)
User
Keil EC++ Compiler
Compiler
Keil CA ARM Compiler
Keil Cx51 Compiler
Keil C166 Compiler
Keil C251 Compiler
GNU ARM C Compiler
RealView ARM C Compiler
Assembler
Keil AA ARM Assembler
Keil Ax51 Assembler
Keil A166 Assembler
Keil A251 Assembler
GNU ARM Assembler
RealView ARM Assembler
Linker
Keil LA Locate
Keil LA Misc
Keil BL51 Locate
Keil BL51 Misc
Keil Lx51 Locate
Keil Lx51 Misc
Keil L166 Locate
Keil L166 Misc
GNU ARM Linker
RealView ARM Linker
Debug
Utilities
Batch Build
Debug
Breakpoints
Debug Settings
Logic Analyzer
Memory Map
Performance Analyzer
Function Editor
Tools
Setup PC-Lint
Customize Tools Menu
SVCS
Configure Version Control
Example Programs
Command Line
Appendix

Listing (Keil)

µVision creates several listing files that can be configured in this dialog page. Refer to File Types for a list of listing files.

Select Folder for Listings...
Select a folder where listing files are stored.
Page Width
Specify the number of characters per line for the listing file.
Page Length
Specify the number of lines per page for the listing files.

C Compiler Listing

Creates listing files for the C source files in the project target.
Conditional
Include un-compiled conditional code in the listing file.
Symbols
Include symbol information in the listing file.
#include Files
Insert text from the include files in the listing file.
Assembly Code
Insert the generated assembly code in the listing file.

C Preprocessor Listing

Instructs the compiler to produce a preprocessor listing. Macro calls are expanded and comments are deleted.

Assembler Listing

Create listing files for the assembly source files in the project target.
Conditional
Include un-compiled conditional code in the listing file.
Symbols
Include symbol information in the listing file.
Macros
Specify how macros are listed in the listing file.
Cross Reference
Include a cross reference table of symbols in the listing file.

Linker Listing

Create a map file from the linker for the project target.
Memory Map
Include a memory map of the program in the map file.
Public Symbols
Include public symbol information in the map file.
Local Symbols
Include local symbol information in the map file.
Line Numbers
Include line numbers in the map file.
Comment Records
Include comment information in the map file.
Cross Reference
Include a cross reference listing in the map file.
Generated Symbols
Include compiler-generated symbol information in the map file.
Library Symbols
Include library-generated symbol information in the map file.
Linker Code Listing (only for ARM and C51)
Generate a code listing file of the complete application (file extension *.COD). For C51 this option is only available when you have enabled Use Extended Linker/Locater (LX51) instead of BL51 and Linker Code Packing (max. AJMP / ACALL).