Download Using the ARM Embedded Tools

Transcript
Using the ARM Embedded Tools
W (Warnings)
Warning messages do not result into an erroneous assembly output file. They are meant to draw your
attention to assumptions of the compiler for a situation which may not be correct. You can control
warnings in the C Compiler » Diagnostics page of the Project » Project Options... menu (compiler
option −w).
I (Information)
Information messages are always preceded by an error message. Information messages give extra
information about the error.
S (System errors)
System errors occur when internal consistency checks fail and should never occur. When you still
receive the system error message
S9##: internal consistency check failed − please report
please report the error number and as many details as possible about the context in which the error
occurred.
Report problems to Technical Support
The following helps you to prepare an e−mail using EDE:
1. From the Help menu, select Technical Support » Prepare Email.
The Prepare Email form appears.
2. Fill out the form. State the error number and attach relevant files.
3. Click the Copy to Email client button to open your e−mail application.
A prepared e−mail opens in your e−mail application.
4. Finish the e−mail and send it.
Display detailed information on diagnostics
1. From the Help menu, enable the option Show Help on Tool Errors.
2. In the Build tab of the Output window, double−click on an error or warning message.
A description of the selected message appears.
On the command line you can use the compiler option −−diag to see an explanation of a diagnostic
message:
carm −−diag=[format:]{all | number,...]
See compiler option −−diag in section 5.1, Compiler Options in Chapter Tool Options of the
reference manual.
5−14