I have created a custom platform package to represent a acustom board. from a Debug configuration I can run the Tools->RTSC Tools->Edit/View and locate the platform, edit it and rebuild it. If I want to do this via command line instead of GUI, I can simply run commands like ‘xdc’, ‘xdc clean’, and ‘xdc release’ from the directory where the package files exist to build the platform automatically
Then I can add a custom makefiles.target command to invoke it for my project. But one thing I seem to run into consistently is that it simply hangs. Looks like xdc invokes xdcdir which is what hangs. If I monitor this and kill it (sometimes repeatedly) then xdc will finish running and give me the package that I need. I am seeing this consistently from both the command prompt as well when it gets invoked by CCS during my project build. Any ideas?
Thank you in advance!