This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28379D: Linker Command File Union Syntax

Part Number: TMS320F28379D

Tool/software: TI C/C++ Compiler

Greetings,

 I generated a linker command file using a union construct. In the hopes of not needing to specify the object file etc for each entry in the union, I tried removing that information. The linker accepted it and produced the output. Is this the expected result? If the code contained more than one place with a given name, would they simply be concatenated? I guess I’m going beyond the basics now. Is there any documentation which could help? The syntax used is below:

UNION

{

NAME1

NAME2

} > MEMORY_VALUE, PAGE = 1

 

Thank you,

Ed