CPSC457 Error Page

From wiki.ucalgary.ca
Revision as of 20:10, 4 October 2011 by Locasto (talk | contribs) (Created page with "Building and running C programs and OS kernels can be a manual, labor-intensive, and error-prone process. The compiler or pre-processor can complain or introduce errors silently;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Building and running C programs and OS kernels can be a manual, labor-intensive, and error-prone process. The compiler or pre-processor can complain or introduce errors silently; the linker and loader can fail to resolve symbols or load a binary, and the OS can panic and die without warning.

Add warnings and error messages here (as succinctly as possible). Students, TAs, and instructors can add notes explaining what the cause of the error or warning might be.