Hi,
configuro tool supports custom file name instead of "linker.cmd" which is a great.
On the other hand, there are places in XDCtools where "linker.cmd" is referenced explicitly (which break when custom file name is used).
Best,
Vasili
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.
Hi,
configuro tool supports custom file name instead of "linker.cmd" which is a great.
On the other hand, there are places in XDCtools where "linker.cmd" is referenced explicitly (which break when custom file name is used).
Best,
Vasili
Vasili,
'linker.cmd' is a file specific to the configur builds. Do you have an example which demonstrates the problem? Where in the XDCtools code have you seen linker.cmd references?
Thanks,
Sasha
Hi Sasha,
If I run configuro with --ol switch.
For example xdctools_3_25_02_70\packages\xdc\tools\configuro\Main.xs:69
But that's not the only place, just search linker.cmd over the tree...
Best,
Vasili