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.

TMS570LC4357: TI ARM CGT linker: how to include cmd file in other cmd file

Part Number: TMS570LC4357

Hello,

how can one include a cmd file in another cmd file?

e.g., one has a file "some/path/a.cmd" and a file "other/path/b.cmd".

I want to write in "b.cmd":

#include "a.cmd"

How to achieve this?