Is there a way to generate a mss file from the exported SDK XML file at command-line? At the moment, I still have to open xsdk, generate a new hello world project to create the mss file. But I would like to generate the mss file with makefiles.
Asked
Active
Viewed 921 times
2 Answers
1
This thread on the Xilinx forums appears to have what you need:

Martin Thompson
- 8,439
- 1
- 23
- 44
-
Thanks for the link. I've seen that one. It's probably working but I fear it will not be stable across different versions of the Xilinx tools. I'm still surprised there is no Xilinx command to generate those MSS files. – vermaete Feb 12 '13 at 12:17
1
You can use the Xilinx tool appguru
to generate an MSS file from the exported XML file
appguru -hw proc.xml -app empty_application
See appguru -h
for help

jairo
- 38
- 5