When I do a rebuild all I get the error messages below, and I have a couple of questions.
What is a TMT application?
How does these errormessages affect the binary application. I tried downloading the prog_b.dwl file but i failed starting.
What can I do to correct this?
The error message is:
Make an archive file for TMT application
zip warning: name not matched: …/out/tmt/e2p_csn.cso
zip error: Nothing to do! (…/out/tmt/zip_tmt.zip)
zip warning: name not matched: …/out/tmt/backtraces.axf
zip error: Nothing to do! (…/out/tmt/zip_tmt.zip)
zip warning: name not matched: …/out/tmt/backtraces64k.axf
zip error: Nothing to do! (…/out/tmt/zip_tmt.zip)
zip warning: name not matched: …/out/tmt/symbolfiles/s64k
zip warning: name not matched: …/out/tmt/symbolfiles/e2p.h
adding: s (176 bytes security) (deflated 68%)
enter new zip file comment (end with .):
current zip file comment is:
[Binary Information]
Hi glennik,
when you compile your Open-AT Application for target mode, a workspace for the application is also created in the /out/tmt folder. This workspace file (.wks) can be loaded in TMT (using File->Open workspace) so that the traces which you have put in your application might be received in the TMT window. This workspace is called the TMT application.
When the compile process creates the workspace, it is not able to find the e2p_csn.cso, backtraces.axf and s64k files. This leads to the warning message “name not matched”. As it is not able to find these files, it gives you an error “Nothing to do! for (out/tmt/zip_tmt.zip file)”. As there are three errors of this kind , you receive 3 errors.
These errors, will, however, not affect the final binary which is generated. Hence, if you receive only these three errors while compiling using GCC compiler, it means that everything is fine and your binary is successfullly generated.
hmmm… a TMT application is something for the TMT window… Maybe we should mention here what TMT stands for? It is short for Target Monitoring Tool (for those of us who don’t already know; and this program is part of the SDK)…