17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix A<br />

Error Messages<br />

<strong>Compiler</strong> error messages are displayed in the following format, which shows<br />

the line number in which the error occurs and the text of the message:<br />

"name.c", line n : error message<br />

These types of errors are not fatal.<br />

The errors listed below cause the compiler to abort immediately.<br />

• > > cannot allocate sufficient memory<br />

The compiler requires a minimum of 512K bytes of memory to run; this<br />

message indicates that this amount is not available. Supply more dynamic<br />

RAM.<br />

8 » can't open "filename" as source<br />

The compiler cannot find the file name as entered. Check for spelling<br />

errors and check to see that the named file actually exists.<br />

• > > can't open "filename" as intermediate file<br />

The compiler cannot create the output file. This is usually caused byeither<br />

an error in the syntax of the filename or a full disk.<br />

• > > illegal extension "ext" on output file<br />

The intermediate file cannot have a ".c" extension.<br />

• » fatal errors found: no intermediate file produced<br />

This message is printed after an unsuccessful compilation. Correct the<br />

errors (other messages will indicate particular errors) and try compilation<br />

again.<br />

• » cannot recover from earlier errors: pborting<br />

An error has occurred that prevents the compiler from continuing.<br />

A-1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!