To our customers, Old Company Name in Catalogs and Other Documents On April 1st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took over all the business of both companies. Therefore, although the old company name remains in this document, it is a valid Renesas Electronics document. We appreciate your understanding. Renesas Electronics website: http://www.renesas.
Notice 1. 2. 3. 4. 5. 6. 7. All information included in this document is current as of the date this document is issued. Such information, however, is subject to change without any prior notice. Before purchasing or using any Renesas Electronics products listed herein, please confirm the latest product information with a Renesas Electronics sales office.
TM V.3.20A Release note Be sure to read this note. TM V.3.20A Release note Second edition Renesas Solutions Corporation Microcomputer Tool Development Department Debugger Group February 20,2006 Abstract Welcome to TM V.3.20A. This document contains supplementary descriptions to User’s Manual. When you read certain items in the User’s Manual, please read this document as well. Please read it before using. By using the software, you are accepting and agreeing to such terms. Contents 1.
TM V.3.20A Release note 5.3.1 Information on Releasing the Function-Enhancing Patch Tool for TM V.3.20(A) Included with the Windows' Versions of C Compilers M3T-CC32R, M3T-NC308WA, and M3T-NC30WA ------- 11 5.4 RSO-TM-030916D 12 5.4.1 On scanning the dependencies of header files on a source file ---------------------------------- 12 5.5 RSO-TM-031016D 13 5.5.1 On editing commands using the project editor ---------------------------------------------------- 13 5.6 RSO-TM-040416D 13 5.6.
TM V.3.20A Release note 1. Software Version List The following lists each version of the software included in TM V.3.20A. ∗ ProjectBar.exe V.3.20.01 ∗ ProjectEditor.exe V.3.20.05 ∗ Builder.exe V.3.20.00 ∗ Inspector.exe V.3.20.00 ∗ Server.exe V.3.20.00 2. Operating Environment The table below lists the host computers and the OS versions on which the TM has been confirmed to run normally.
TM V.3.20A Release note 3. Upgrading of the TM 3.1 Installation The installer of TM V.3.20A is stored in the following directory of the CD-ROM. \TM\W95e\Setup.exe (English version) \TM\W95j\Setup.exe (Japanese version) TM V.3.20A can coexist on same PC as the version before V.2.xx. In that case, it does not operate normally when installing it in the same directory as the version before occasionally. Install it in the surely different directory. 3.2 Compiler and real time OS Combinations TM V.3.
TM V.3.20A Release note 4. Precautions 4.1 File and Directory names The file names that can be specified are subject to the following restrictions. ● Directory and file names that contain a multibyte character cannot be used. ● Only one period (.) can be used in a file name. ● Network path names cannot be used. Assign the path to a drive name. ● Shortcuts cannot be used. ● Directory and file names that contain a space character cannot be used. ● The “...
TM V.3.20A Release note 4.7 The TM project of the former version was taken over. Precondition: With NC30WA, NC308WA, and NC79WA in the combination When the project made with TM of the former version is read, Inspector information output option “-finfo” isn’t added automatically, and it can’t indicate information with Inspector. Carry out building after you add a “-finfo” option to CFLAGS and AFLAGS to indicate Inspector information. 4.
TM V.3.20A Release note 2) When 16 was specified in the message size or designation was omitted. Compilation option : -Dfar_msg=1 isn’t specified. Link library : mr30.lib and c30mr.lib are specified. system { : message_size = 16; : }; 3) 4) 5) When you put the source file of C besides “Working Directory” (.\). Compilation option : -I. When you put the assembler source file besides “Working Directory” (.\). Assembly option : -I.
TM V.3.20A Release note 3) When 16 was specified in the message size or designation was omitted, and STANDARD was specified in the interruption prohibition model or designation was omitted. Compilation option : -Dfar_msg=1 isn’t specified, and –fMJI is specified. Link library : mr79sm.lib and c79mrsm.lib are specified.
TM V.3.20A Release note 3) When 24 was specified in the message size and SHORT was specified in the interruption prohibition model. Compilation option : -Dfar_msg=1 is specified. Link library : mr77lmi.lib and c77mrlm.lib are specified. system { : message_size = 24; interrupt_model = SHORT; : }; 4) When 16 was specified in the message size or designation was omitted, and STANDARD was specified in the interruption prohibition model or designation was omitted.
TM V.3.20A Release note 5. Tool News The tool news which remain as a problem are shown below. Be careful like notes. 5.1 MESCT-TM-001016D 5.1.1 On Performing Build 1. Versions Concerned TM V.3.00 -- V.3.20(A) 2. Description Even if a compile error arises, build is performed without stopping until linking is complete. However, link errors will be detected because compilation is improperly terminated. 3.
TM V.3.20A Release note 5.3 MESCT-TM-021216D 5.3.1 Information on Releasing the Function-Enhancing Patch Tool for TM V.3.20(A) Included with the Windows' Versions of C Compilers M3T-CC32R, M3T-NC308WA, and M3T-NC30WA 1.
TM V.3.20A Release note 5.4 RSO-TM-030916D 5.4.1 On scanning the dependencies of header files on a source file 1. Versions Concerned This problem occurs if a version of the TM is used in combination with a specific compiler or assembler. The relations between them are shown in the table below. TM Compilers and Assemblers V.3.20A M3T-CC32R V.3.00 R1 through V.4.10 R1, M3T-NC308WA V.3.00 R1 through V.5.00 R1, and M3T-NC30WA V.4.00 R1 through V.5.00 R2 V.3.00 through V.3.20(*) M3T-CC32R V.3.
TM V.3.20A Release note 5.5 RSO-TM-031016D 5.5.1 On editing commands using the project editor 1. Versions Concerned TM V.3.20 -- V.3.20A 2. Description If a command is edited in the following steps, a link error that does not appear before editing may arise because the contents of the command file are not updated correctly (if a rebuild is executed, the TM works properly): (1) The project editor is displayed. (2) The .
TM V.3.20A Release note 2. Description If a source file in a project contains an enum-type variable declared using typedef, the inspector is abnormally shut down as soon as it is invoked. 3. Conditions This problem occurs if the following conditions are all satisfied: (1) This problem occurs if the following conditions are all satisfied: (2) The type name defined in (1) is re-defined as another using typedef. (3) Another variable is defined using the type name re-defined in (2).
TM V.3.20A Release note information are all updated. Workaround If a change is made to the OUTDIR macro in the Macro Browser dialog box, close the project editor once and then reopen it to continue your operations. 3. Rev.2.00 Februray.
TM V.3.20A Release note 6. Version Report 6.1 V3.20->V.3.20A There is no change of a function and specification. 6.2 V.3.11->V.3.20 The change point of TM V.3.20 is as the following from TMV.3.11 • Known problem described in the February 1, 2001 issues of Tool News have been solved. * On scanning the dependencies of header files on a source file • Known problem described in the April 16, 2001 issues of Tool News have been solved.
TM V.3.20A Release note 6.4 V.3.01->V.3.10 The change point of TM V.3.10 is as the following from TMV.3.01 • It corresponded to CC32R, NC77WA, and SRA74. • The window form of Inspector has been improved. All information is displayed in one window. • Known problem described in the September 1, 2000 issues of Tool News have been solved. * On reading projects created by TM V.2.xx into TM V.3.xx • Known problem described in the October 16, 2000 issues of Tool News have been solved.
TM V.3.20A Release note 7. Manual supplement button was changed into button. Home Page Display Button Shows the home page of the Tool or MCU information. (1) A click of a button displays the following menus. Menu item Function Development Support Tools Shows the home page of the Development Support Tools. MCU Technical Information *** Shows the home page of the MCU Technical Information (*** series or *** family).
TM V.3.20A Release note 8. A former project and opening of existent makefile The project file (extension “.mtm”) made with TM of the former version, and makefile (extension “.mak”), makefile of the user definition are read, and a setup is done so that the function of V.3.20A may be available. When a setup is completed, the project file (extension “.tmi”) of the V.3.20A from and makefile (extension “.tmk”) are made newly. 8.1 Setup Contents The items that need to be set are listed below.
TM V.3.20A Release note Step 2. The setup of the automatic detection It is chosen whether a compiler tool package is set up by itself. Choose [Yes] usually, and click on [Next] button. When it clicks on [Back] button, it is returned to the step 1. Fig. 8-2 Step2 Step 3. The choice of the compiler package Choose a compiler tool package to use, and click on [Next] button. The list of the compiler tool package being installed in the list is indicated.
TM V.3.20A Release note Step 4. Setting the real-time OS Examine [Yes] check box in the case of the project which uses real time OS. Choose a package, and click on [Next] button because the indication box of the list becomes effective. When it clicks on [Back] button, it is returned to the step 3. Fig. 8-4 Step4 Step 5. Confirmation The item set up in the step 4 from the step 1 is confirmed. Click on [Return] button, and do a setup again when there is an error in the setup item.