I was told to ask my question here, therefore I repeat it (TMS570LC4357: TI ARM CGT linker: how to include cmd file in other cmd file - Arm-based microcontrollers forum - Arm-based microcontrollers - TI E2E support forums).
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" // or something similar to achieve the same
How to achieve this?