Hi,
I have created a platform definition for our board. But it contains absolute paths to the xdc tools install dir in many files.
This means that for colleagues that have installed xdctools on different drives - the build fails.
From package.cfg.dep
C:/tools/ptp700/ti/xdctools_3_20_08_88/packages/ti/catalog/c6000/Arctic.xs
C:/tools/ptp700/ti/xdctools_3_20_08_88/packages/ti/catalog/c6000/IAntara.xs
etc
from package.ext.xml
<xdcRoot base="C:/tools/ptp700/ti/xdctools_3_20_08_88/">
from package.rel.dot
URL="../C:\tools\ptp700\ti\xdctools_3_20_08_88\packages\xdc\services\intern\cmd\package/package.rel.svg"];
etc
Is there a way to make these definitions portable?
Ian
