Texas Instruments TMS320C54x User Manual page 433

Digital signal processors
Hide thumbs Also See for TMS320C54x:
Table of Contents

Advertisement

Error Messages
D-18
cannot resize (...), section has initialized definition in (...)
Description
An initialized input section named .stack or .heap exists, pre-
venting the linker from resizing the section.
cannot specify a page for a section within a GROUP
Description
A section was specified to a specific page within a group. The
entire group is treated as one unit, so the group may be speci-
fied to a page of memory, but the sections making up the
group cannot be handled individually.
cannot specify both binding and memory area for (...)
Description
Both binding and memory were specified. The two are mutu-
ally exclusive.
Action
If you wish the code to be placed at a specific address, use
binding only.
can't align a section within GROUP – (...) not aligned
Description
A section in a group was specified for individual alignment.
The entire group is treated as one unit, so the group may be
aligned or bound to an address, but the sections making up
the group cannot be handled individually.
can't align within UNION – section (...) not aligned
Description
A section in a union was specified for individual alignment.
The entire union is treated as one unit, so the union may be
aligned or bound to an address, but the sections making up
the union cannot be handled individually.
can't allocate (...), size ... (page ...)
Description
A section can't be allocated, because no existing configured
memory area is large enough to hold it.
Action
If you are using a linker command file, check that the
MEMORY and SECTIONS directives allow enough room to
ensure that no sections are being placed in unconfigured
memory.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C54x and is the answer not in the manual?

Table of Contents