Hi
I’ve installed the OpenAT SDK on the default locations and set the IDE to VC++ 6.0.
When i compile the rte version, everything works fine, but when I compile the target version it fails.
In VC++ 6.0 when I choose Build-Rebuild All I 3 errors and 6 warnings. If I choose Build HelloWorld I get 1 error and 5 warnings.
The error messages for the different build options is shown below.
Please, please help me out here!!!
Rebuild Al
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%)
************** and
WARNING : misc_status.log is incomplete. Check manually if any errors exist
************* Resulting in
Libraries available in out directory :
gcc_wmadl_3.3.3.1.0.lib,
End process.
adding: backtraces.axf (deflated 76%)
Hello_World - 3 error(s), 6 warning(s)
Build HelloWorld
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/backtraces64k.axf
zip warning: name not matched: …/out/tmt/symbolfiles/s64k
zip warning: name not matched: …/out/tmt/symbolfiles/e2p.h
adding: backtraces.axf (176 bytes security) (deflated 76%)
enter new zip file comment (end with .):
******************* and
WARNING : misc_status.log is incomplete. Check manually if any errors exist
************************** resulting in
Libraries available in out directory :
gcc_wmadl_3.3.3.1.0.lib,
End process.
updating: backtraces.axf (deflated 76%)
Hello_World - 1 error(s), 5 warning(s)