Error Messages
O
D-26
–o flag does not specify a valid file name : string
Description
The filename must follow the operating system file naming
conventions.
origin missing for memory area (...)
Description
An origin is not specified with the MEMORY directive. An
origin specifies the starting address of a memory range.
out of memory, aborting
Description
Your system does not have enough memory to perform all
required tasks.
Action
Try breaking the assembly language files into multiple smaller
files and do partial linking. See Section 7.16, Partial (Incre-
mental) Linking , on page 7-65.
output file has no .bss section
Description
This is a warning. The .bss section is usually present in a
COFF file. There is no requirement for it to be present.
output file has no .data section
Description
This is a warning. The .data section is usually present in a
COFF file. There is no requirement for it to be present.
output file has no .text section
Description
This is a warning. The .text section is usually present in a
COFF file. There is no requirement for it to be present.
output file (...) not executable
Description
The output file created may have unresolved symbols or other
problems stemming from other errors. This condition is not fa-
tal.
overwriting aux entry filename of symbol n
Description
The input file may be corrupt.
Action
If the input file is corrupt, try reassembling it.
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?