www.kxcad.net Home > Electronic Index > Altium(Protel) Index
The assembler produces error messages of the following types:
F ( Fatal errors)
After a fatal error the assembler immediately aborts the assembly process.
E (Errors)
Errors are reported, but the assembler continues assembling. No output files are produced unless you have set the assembler option --keep-output-files (the resulting output file may be incomplete).
W (Warnings)
Warning messages do not result into an erroneous assembly output file. They are meant to draw your attention to assumptions of the assembler for a situation which may not be correct. You can control warnings in the Assembler | Diagnostics page of the Project | Project Options... menu (assembler option -w).
Display detailed information on diagnostics
With the assembler option --diag you can see an explanation of a diagnostic message:
astarget --diag=[format:]{all|number,...}
Links