Thank you very much.
I have question about using mktfs.exe.
When I double click it directly, it will close in about 2 seconds.
When I run it using windows command prompt, what the format is like?
In using MQXlibraries document,
it asks us to input like the following:
mktfs.exe <Folder to be converted> <Output source file name>
for example:
C:\mktfs.exe web_pages tfs_data_file.c
I put mktfs.exe C:.../webpages(the directory of the webpage folder) tfs_data_file.c
it asks me to input [-s <separate file>] <input_directory>
I don't know what it means, so I input as the folliowing:
mktfs.exe C:.../webpages(the directory of the webpage folder) C:..../tfs_data_file.c(where I want to save the translated C document)
it shows the same message.
What exactly the format should be like? Could anyone help me?